Get a single tag by ID or slug
cURL
curl --request GET \ --url https://api.marblecms.com/v1/tags/{identifier} \ --header 'Authorization: <api-key>'
{ "tag": { "id": "cryitfjp4567no07ygqadhm1", "name": "JavaScript", "slug": "javascript", "description": "JavaScript tutorials", "count": { "posts": 8 } } }
Documentation IndexFetch the complete documentation index at: https://docs.marblecms.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.marblecms.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Marble API key
Tag ID or slug
"javascript"
The requested tag
Show child attributes
Was this page helpful?