Endpoint Playground
Test Crawlora's PSA TicketFacts categories API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/psa/ticketfacts/categories" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"id": 21,
"name": "Super Bowl"
},
{
"id": 27,
"name": "World Series"
},
{
"id": 31,
"name": "MLB All Star Game"
},
{
"id": 32,
"name": "Historic Baseball Events"
},
{
"id": 33,
"name": "Historic Basketball Events"
}
]
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
PSA TicketFacts' full event-category list -- the discovery endpoint for the category_id parameter used to browse events. Spans NFL, MLB and NBA historic events: Super Bowl, World Series, MLB All Star Game, Historic Baseball Events, and Historic Basketball Events.
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"id": 21,
"name": "Super Bowl"
},
{
"id": 27,
"name": "World Series"
},
{
"id": 31,
"name": "MLB All Star Game"
},
{
"id": 32,
"name": "Historic Baseball Events"
},
{
"id": 33,
"name": "Historic Basketball Events"
}
]
}
}curl "https://api.crawlora.net/api/v1/psa/ticketfacts/categories" \
-H "x-api-key: $CRAWLORA_API_KEY"