Get namespace Run in API Explorer
Gets metadata associated with specified namespace, including extra repos associated with the namespace.
GET
/namespaces/{namespace}
curl \
--request GET 'https://hub.docker.com/api/publisher/analytics/v1/namespaces/{namespace}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"namespace": "string",
"extraRepos": [
"string"
],
"datasets": [
{
"name": "pulls",
"views": [
"raw"
],
"timespans": [
"months"
]
}
]
}