/v2/categories/filter endpoint to retrieve all root categories within the GWI Core namespace.
id for the Social Media category: 500.Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://api.globalwebindex.com/v2/categories/filter" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{ "dataset_codes": ["gwi-core"] }'
{
"categories": [
{
"id": "330",
"name": "GWI Core",
"child_categories": [
{
"id": "500",
"name": "Social Media"
},
...
]
}
]
}
curl -X POST "https://api.globalwebindex.com/v2/categories/filter" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{ "dataset_codes": ["gwi-core"] }'
{
"categories": [
{
"id": "330",
"name": "GWI Core",
"child_categories": [
{
"id": "500",
"name": "Social Media"
},
...
]
}
]
}
/v2/categories/filter endpoint to retrieve all root categories within the GWI Core namespace.
curl -X POST "https://api.globalwebindex.com/v2/categories/filter" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{ "dataset_codes": ["gwi-core"] }'
{
"categories": [
{
"id": "330",
"name": "GWI Core",
"child_categories": [
{
"id": "500",
"name": "Social Media"
},
...
]
}
]
}
id for the Social Media category: 500.Was this page helpful?
