Continents
Get a single continent
Retrieve a single continent by its Wikidata Q-ID.
get/continents/{id}
Path parameters
idstring required
Wikidata Q-ID (e.g., Q49 for North America)
Query parameters
selectstring
Comma-separated list of fields to return. Reduces response size. Example: select=id,display_name,cited_by_count
api_keystring required
Your OpenAlex API key (required). Get a free key at https://openalex.org/settings/api
Response
Successful response
Example response
{
"id": "https://openalex.org/continents/Q49"
}