<!-- البيانات المفتوحة وواجهة API وخادم MCP | CourseToJob -->
> Source: https://coursetojob.com/ar/data/ — updated 2026-09-26 · language: ar
> Markdown version of this CourseToJob page for AI agents. The HTML page is canonical. Data licence CC BY 4.0: cite the page URL and the original statistical source.

# البيانات المفتوحة وواجهة API وخادم MCP

كل ما في CourseToJob متاح للناس والمطورين ومساعدي الذكاء الاصطناعي: تنزيلات مجانية، وواجهة API بصيغة JSON، وخادم MCP، ووكيل A2A، ونسخ بصيغة Markdown من كل صفحة.

آخر تحديث 26 سبتمبر 2026 [كيف نستخدم البيانات](https://coursetojob.com/ar/methodology/)

## مجموعات البيانات

| مجموعة البيانات | الصيغ | المصادر |
| --- | --- | --- |
| نتائج الخريجين حسب الدولة  
علاوة الشهادة، والأجور حسب المستوى التعليمي، والبطالة حسب المستوى التعليمي لكل دولة تتوفر عنها بيانات. | [CSV](https://coursetojob.com/data/graduate-outcomes-by-country.csv) · [JSON](https://coursetojob.com/data/graduate-outcomes-by-country.json) | ILOSTAT |
| الدول  
أبرز مؤشرات الخريجين وأسماء الدول بـ12 لغة لكل صفحة دولة. | [JSON](https://coursetojob.com/api/v1/countries.json) | ILOSTAT, OECD, World Bank |
| المهن  
المهن مع رموز ISCO-08 وSOC وESCO، والأجر الوسيط في الولايات المتحدة، وأسماؤها بـ12 لغة. | [JSON](https://coursetojob.com/api/v1/careers.json) | ESCO, US BLS, ILOSTAT |
| التخصصات الجامعية  
التخصصات مع رموز ISCED-F والمهن المرتبطة بها. | [JSON](https://coursetojob.com/api/v1/subjects.json) | OECD, UK DfE (LEO) |
| حزمة البيانات  
حزمة بيانات بمعيار Frictionless Data Package تصف مجموعات البيانات القابلة للتنزيل. | [JSON](https://coursetojob.com/data/datapackage.json) | Frictionless Data Package |

[تُنشر أيضًا أرباح خريجي المملكة المتحدة حسب التخصص والجامعة (بيانات LEO من وزارة التعليم) في نسختنا البريطانية](https://coursetojob.co.uk/graduate-salaries/) (CourseToJob.co.uk، باللغة الإنجليزية).

مجموعات البيانات التي جمعناها مرخّصة بموجب [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). يُرجى ذكر «CourseToJob» مع رابط، وذكر المصدر الأصلي المشار إليه في كل ملف.

## واجهة API بصيغة JSON

الواجهة مجانية ولا تحتاج إلى مفتاح، وتعيد بيانات JSON بالأسماء والنصوص في جميع اللغات الـ12.

- [`/api/v1/index.json`](https://coursetojob.com/api/v1/index.json) — فهرس نقاط النهاية
- `/api/v1/careers/{id}.json` , `/api/v1/subjects/{id}.json` , `/api/v1/countries/{iso2}.json` — السجلات الكاملة لمهنة أو تخصص أو دولة
- `/api/v1/search?q=…&lang=…` — البحث بأي لغة
- [`/openapi.json`](https://coursetojob.com/openapi.json) — OpenAPI 3.1 · [`/.well-known/api-catalog`](https://coursetojob.com/.well-known/api-catalog) (RFC 9727)

```
<code>curl https://coursetojob.com/api/v1/search?q=nurse&lang=ar</code>
```

## خادم MCP لمساعدي الذكاء الاصطناعي

اربط Claude أو ChatGPT أو Cursor أو أي عميل يدعم بروتوكول Model Context Protocol. الخادم للقراءة فقط، ولا يتطلب تسجيل الدخول، ويجيب بـ12 لغة.

**نقطة النهاية:** `https://coursetojob.com/mcp` · [بطاقة الخادم](https://coursetojob.com/.well-known/mcp/server-card.json)

- `search` — Full-text search across CourseToJob in any of 12 languages. Returns matching pages with type, id, localized name, URL and Markdown URL. Use it first when you do not know an exact id.
- `get_career` — Career profile: what the job involves, skills, entry routes, degree subjects that lead to it, licensing, progression, FAQs, official US pay (BLS) where published, ILO occupation-group earnings in selected countries and the official ESCO skills profile.
- `get_subject` — What you can do with a degree subject: careers it leads to, topics, skills, how the degree differs between countries, OECD earnings and employment by field of study, and UK graduate earnings (DfE LEO) where published.
- `get_country` — Official data for one country: median monthly earnings by education level and by occupation group (ILO), the degree premium, unemployment by education for adults and young people, OECD relative earnings, World Bank context and official study/visa/job links where available.
- `compare_countries` — Compare 2–8 countries on degree premium, tertiary and overall unemployment, tertiary earnings (PPP$), OECD relative earnings and GDP per capita.
- `rank_countries` — Rank countries by an official metric: degree_premium (tertiary vs all employees' median earnings), tertiary_unemployment, unemployment_gap (tertiary minus all adults), tertiary_earnings_ppp or youth_tertiary_unemployment. Optional World Bank region filter.
- `list_catalogue` — List ids, localized names and URLs so you never have to guess a slug.

### Claude Code

```
<code>claude mcp add --transport http coursetojob https://coursetojob.com/mcp</code>
```

### إعدادات JSON (لمعظم عملاء MCP)

```
<code>{
  "mcpServers": {
    "coursetojob": {
      "type": "http",
      "url": "https://coursetojob.com/mcp"
    }
  }
}</code>
```

## Markdown وA2A والاكتشاف

- اطلب أي صفحة بصيغة Markdown: `curl -H "Accept: text/markdown" https://coursetojob.com/careers/nurse/`
- بطاقة وكيل A2A: [`/.well-known/agent-card.json`](https://coursetojob.com/.well-known/agent-card.json)
- ملفات llms.txt حسب اللغة: [en](https://coursetojob.com/llms.txt) · [es](https://coursetojob.com/es/llms.txt) · [pt](https://coursetojob.com/pt/llms.txt) · [fr](https://coursetojob.com/fr/llms.txt) · [de](https://coursetojob.com/de/llms.txt) · [it](https://coursetojob.com/it/llms.txt) · [ar](https://coursetojob.com/ar/llms.txt) · [zh](https://coursetojob.com/zh/llms.txt) · [ja](https://coursetojob.com/ja/llms.txt) · [ko](https://coursetojob.com/ko/llms.txt) · [hi](https://coursetojob.com/hi/llms.txt) · [id](https://coursetojob.com/id/llms.txt) · [llms-full.txt](https://coursetojob.com/llms-full.txt)
- الموجزات: [RSS](https://coursetojob.com/ar/feed.xml) · [sitemap.xml](https://coursetojob.com/sitemap.xml)

يُرجى إبقاء الطلبات الآلية بمعدل معقول وتخزين الاستجابات مؤقتًا. تُحدَّث ملفات البيانات عندما تنشر المصادر الرسمية أرقامًا جديدة.

