Open Data,
Free to Use
ArabSpaceHub's full dataset is available as plain JSON — no API key, no sign-up, no rate limits. Build tools, power research, or integrate Arab space data into your own projects.
Two Simple Endpoints
Static JSON files served from Netlify's CDN — fast, reliable, and always in sync with the directory.
Organizations
The full directory of Arab space organizations — agencies, companies, universities, research centers, and investors.
GET /api/organizations.json
Events
Arab space conferences, airshows, and sector meetings — upcoming and past, with dates, locations, and links.
GET /api/events.json
Data Structure
Each endpoint returns a JSON array. Here's what each object looks like.
Organization object
{
"title": "UAE Space Agency",
"country": "UAE",
"type": "Agency",
"website": "https://...",
"description": "...",
"tags": ["satellites", "..."],
"sponsored": false,
"founded_year": "2014",
"budget": "...",
"employees": "...",
"key_achievements": "..."
}
Event object
{
"title": "AMESC 2025",
"location": "Rabat, Morocco",
"country": "Morocco",
"date": "...",
"url": "https://...",
"type": "Conference",
"upcoming": true
}
How to Use It
No Authentication
Open endpoints — no API key, no token, no sign-up required. Just fetch and go.
Always Up to Date
The JSON is regenerated on every deploy. When the directory updates, the API updates automatically.
Free to Use
Data is free for research, journalism, and non-commercial projects. Attribution appreciated.