Live · Free · CC-BY 4.0
API explorer
Try CASRAI GraphQL queries live against the production endpoint. Choose a preset query, edit it, hit run, see the response. Generates copy-pasteable curl, JavaScript, or Python snippets for the same query.
① Pick a preset (or edit any query)
③ Copy as snippet
terminal
bash
curl -X POST https://casrai.org/api/graphql \
-H 'Content-Type: application/json' \
-d '{"query":"query {\n dictionaryTerms(first: 5) {\n nodes { slug title status definitionOperational\n dictionaryDomains { nodes { name slug casraiTrack } } }\n }\n}"}'







