Entertainment
Colosseum Ticketing logo

Colosseum Ticketing API

ticketing.colosseo.it

Colosseum Ticketing - events, availability calendars, time slots, and tier pricing.

Actions
4
Category
Entertainment
Login
Not required
Output
JSON

Call the Colosseum Ticketing API

Submit a task, then poll the job until it settles. This example runs act_ticketing_colosseo_it_activity_tariffs_pricing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_ticketing_colosseo_it_activity_tariffs_pricing",
    "params": {
      "period_id": "5yRmO2qBhAA291S5GL10BO3k1eCRZh+AGD09bcVa5HlHdnY9Gwa0o2MFQSnwvma8BQyCUryyx+QUib1cT8EkP0IKHJUmJNp+uGw5xET/MSi0RWVtfo6ZL/6GNatg7rmQmVy5oysdIuBJO5zgpcs=",
      "start_time": "2026-06-17T07:15:00Z",
      "activity_guid": "53a2e09a-3ce5-4b1f-9471-a7ab48bb2873"
    }
  }'

4 actions on ticketing.colosseo.it

Write

Write actions change state on ticketing.colosseo.it and run as the account you connect.

  • Activity Tariffs Pricing

    act_ticketing_colosseo_it_activity_tariffs_pricingwrite2 credits / call

    Returns guided-tour ticket tiers and prices for a selected time slot.

    period_id
    string · required
    start_time
    string · required
    activity_guid
    string · required
  • Calendar Availability Slots

    act_ticketing_colosseo_it_calendar_availability_slotswrite2 credits / call

    Returns bookable time slots for a month with start times, capacity, and tour language.

    page
    string · required
    year
    string · required
    month
    string · required
  • Event Date Range

    act_ticketing_colosseo_it_event_date_rangewrite2 credits / call

    Returns the earliest and latest bookable dates for an event.

    page
    string · required
  • Ticket Tariffs Pricing

    act_ticketing_colosseo_it_ticket_tariffs_pricingwrite2 credits / call

    Returns standard-entry ticket tiers and prices for a selected time slot.

    period_id
    string · required
    start_time
    string · required

Colosseum Ticketing API questions

Is there an API for Colosseum Ticketing?
Colosseum Ticketing does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for ticketing.colosseo.it. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Colosseum Ticketing data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when ticketing.colosseo.it changes its markup, Anakin updates the action.
Do I need a Colosseum Ticketing account?
No. Every Colosseum Ticketing action listed here runs anonymously — no account and no credentials required.
What does the Colosseum Ticketing API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Entertainment APIs

All Entertainment sites