Endpoint Playground
Test Crawlora's PSA AutographFacts 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/autographfacts/categories" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"id": 4,
"name": "Baseball"
},
{
"id": 5,
"name": "Basketball"
},
{
"id": 7,
"name": "Football"
},
{
"id": 6,
"name": "Boxing"
},
{
"id": 8,
"name": "Golf"
},
{
"id": 9,
"name": "Hockey"
},
{
"id": 37,
"name": "Soccer"
},
{
"id": 35,
"name": "Tennis"
},
{
"id": 36,
"name": "MMA"
},
{
"id": 10,
"name": "Miscellaneous Sports"
},
{
"id": 38,
"name": "Cycling"
},
{
"id": 40,
"name": "Olympics"
},
{
"id": 39,
"name": "Motorsports"
},
{
"id": 2,
"name": "Entertainment"
},
{
"id": 13,
"name": "Music"
},
{
"id": 24,
"name": "Writers, Authors and Artists"
},
{
"id": 14,
"name": "Space Exploration"
},
{
"id": 15,
"name": "U.S. Presidents"
},
{
"id": 16,
"name": "Historical & Political Figures"
}
]
}
}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 AutographFacts' full subject-category list -- the discovery endpoint for the category_id parameter used to browse subjects. Categories span far beyond sports: Baseball, Basketball, Football, Boxing, Golf, Hockey, Soccer, Tennis, MMA, Miscellaneous Sports, Cycling, Olympics, Motorsports, Entertainment, Music, Writers/Authors/Artists, Space Exploration, U.S. Presidents, and Historical & Political Figures.
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"id": 4,
"name": "Baseball"
},
{
"id": 5,
"name": "Basketball"
},
{
"id": 7,
"name": "Football"
},
{
"id": 6,
"name": "Boxing"
},
{
"id": 8,
"name": "Golf"
},
{
"id": 9,
"name": "Hockey"
},
{
"id": 37,
"name": "Soccer"
},
{
"id": 35,
"name": "Tennis"
},
{
"id": 36,
"name": "MMA"
},
{
"id": 10,
"name": "Miscellaneous Sports"
},
{
"id": 38,
"name": "Cycling"
},
{
"id": 40,
"name": "Olympics"
},
{
"id": 39,
"name": "Motorsports"
},
{
"id": 2,
"name": "Entertainment"
},
{
"id": 13,
"name": "Music"
},
{
"id": 24,
"name": "Writers, Authors and Artists"
},
{
"id": 14,
"name": "Space Exploration"
},
{
"id": 15,
"name": "U.S. Presidents"
},
{
"id": 16,
"name": "Historical & Political Figures"
}
]
}
}curl "https://api.crawlora.net/api/v1/psa/autographfacts/categories" \
-H "x-api-key: $CRAWLORA_API_KEY"