Skip to main content

Public Syrian data API

OpenSyria developer resources and Syrian datasets API

Query public Syrian geography, university, transport, and telecom reference data through stable JSON endpoints. No API key is required for read-only requests.

Quick start

Make your first request

Start with dataset discovery to retrieve the current public domains and release metadata. Responses use JSON, and the OpenAPI document describes request paths and response schemas.

curl --request GET \
  --url https://api.opensyria.org/api/v1/datasets \
  --header 'accept: application/json'

Available data domains

One API for OpenSyria's released datasets

Query the same versioned, source-backed public datasets available from the OpenSyria catalog. Every domain links back to a human-readable dataset page with scope, downloads, provenance, and limitations.

Syrian dialing codes, prefixes, operators, and public numbering ranges with source attribution.

  • /api/v1/telecom/country-numbering-plans
  • /api/v1/telecom/country-numbering-plans/{countryNumberingPlanId}
  • /api/v1/telecom/operators
+7 more endpointsDataset details

Recommended workflow

From discovery to responsible reuse

The API and downloadable releases represent the same public data products. Use the API for querying and the dataset pages for context and verification.

  1. 01

    Discover the dataset

    Read the dataset catalog endpoint, then choose a domain and inspect its current release, record counts, and documentation links.

  2. 02

    Query a stable endpoint

    Call a versioned /api/v1 endpoint, follow the documented identifiers, and validate your integration against the OpenAPI response schema.

  3. 03

    Verify before reuse

    Use the linked dataset page and repository to review provenance, known limits, release files, source citations, and licensing before publication.