Endpoint Playground
Test Crawlora's PSA TicketFacts Profile 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/subject?subject_id=<subject_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| subject_id | string | Yes | Numeric subject id, from a psa-ticketfacts-subjects result |
{
"code": 200,
"msg": "OK",
"data": {
"subject_id": "1147",
"name": "Super Bowl I",
"ticket_profile": "The nearly decade-long battle that raged between the National Football League and the American Football League ... culminated in the establishment of a single title game between the two league champions, known as the AFL-NFL World Championship.",
"source_url": "https://www.psacard.com/ticketfacts/subject/profile/1147"
}
}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.
One event's full public ticket reference page: PSA's own historical writeup of the event and the ticket(s) involved. Unlike psa-autographfacts-subject, this carries no price guide. subject_id is the numeric id from a psa-ticketfacts-subjects result.
{
"code": 200,
"msg": "OK",
"data": {
"subject_id": "1147",
"name": "Super Bowl I",
"ticket_profile": "The nearly decade-long battle that raged between the National Football League and the American Football League ... culminated in the establishment of a single title game between the two league champions, known as the AFL-NFL World Championship.",
"source_url": "https://www.psacard.com/ticketfacts/subject/profile/1147"
}
}curl "https://api.crawlora.net/api/v1/psa/ticketfacts/subject?subject_id=<subject_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"