Skip to main content
GET
/
sdgs
/
{id}
Get a single SDG
curl --request GET \
  --url 'https://api.openalex.org/sdgs/{id}?api_key='
{
  "id": "https://openalex.org/sdgs/3",
  "display_name": "<string>",
  "description": "<string>",
  "ids": {
    "openalex": "<string>",
    "un": "<string>",
    "wikidata": "<string>"
  },
  "works_count": 123,
  "cited_by_count": 123,
  "image_url": "<string>",
  "image_thumbnail_url": "<string>",
  "works_api_url": "<string>",
  "created_date": "2023-12-25",
  "updated_date": "2023-11-07T05:31:56Z"
}

Authorizations

api_key
string
query
required

Your OpenAlex API key. Get a free key at https://openalex.org/settings/api

Path Parameters

id
string
required

SDG ID (1-17)

Query Parameters

select
string

Comma-separated list of fields to return. Reduces response size. Example: select=id,display_name,cited_by_count

api_key
string
required

Your OpenAlex API key (required). Get a free key at https://openalex.org/settings/api

Response

Successful response

UN Sustainable Development Goal (17 total)

id
string

The OpenAlex ID for this SDG.

Example:

"https://openalex.org/sdgs/3"

display_name
string

The name of the SDG.

description
string

The official UN description of this goal.

ids
object

External identifiers:

works_count
integer

The number of works tagged with this SDG.

cited_by_count
integer

Total citations to works tagged with this SDG.

image_url
string

URL to the official SDG icon image.

image_thumbnail_url
string

Smaller version of image_url.

works_api_url
string

A URL that returns all works tagged with this SDG.

created_date
string<date>

When this SDG was added to OpenAlex (ISO 8601 date).

updated_date
string<date-time>

When this SDG was last updated (ISO 8601 datetime).