Discover/the-numbers.com API
live

the-numbers.com APIthe-numbers.com

Access box office charts, movie financials, cast/crew, and all-time records from the-numbers.com. 5 endpoints covering daily grosses, budgets, and rankings.

Endpoints
5
Updated
3mo ago
Try it
Search keyword or movie title to search for
api.parse.bot/scraper/0e52317c-3651-49f2-b8bf-cd39e09d01de/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/0e52317c-3651-49f2-b8bf-cd39e09d01de/search_movies?query=Avatar' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for movies by title using the site's autocomplete API. Returns up to 10 movie results matching the query, filtered to exclude franchises.

Input
ParamTypeDescription
queryrequiredstringSearch keyword or movie title to search for
Response
{
  "type": "object",
  "fields": {
    "data": "array of movie objects matching the search query",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "slug": "Avatar-Fire-and-Ash-(2025)",
        "year": 2025,
        "title": "Avatar: Fire and Ash",
        "director": "James Cameron",
        "lead_cast": "Sam Worthington, Zoe Saldaña"
      },
      {
        "slug": "Avatar-(2009)",
        "year": 2009,
        "title": "Avatar",
        "director": "James Cameron",
        "lead_cast": "Sam Worthington, Zoe Saldaña"
      }
    ],
    "status": "success"
  }
}

About the the-numbers.com API

The Numbers API exposes 5 endpoints covering box office and film industry data from the-numbers.com. Use get_daily_box_office_chart to pull ranked daily domestic grosses with theater counts, search_movies to look up films by title, and get_movie_details to retrieve production budgets, cumulative revenue, runtime, genre, and synopsis for any title. All-time records and full cast/crew listings are also available.

Movie Search and Detail

The search_movies endpoint accepts a query string and returns up to 10 matching movie objects, excluding franchise entries. Each result includes a slug (e.g. Avatar-(2009)) that serves as the key identifier for other endpoints. Pass that slug to get_movie_details to retrieve financial data (domestic gross, production budget, cumulative totals), along with genre, runtime, and a synopsis. The same slug works with get_movie_cast_and_crew, which returns actor names, character names, and per-person slugs for further lookups.

Daily Box Office Charts

get_daily_box_office_chart returns a ranked list of films for a given date, supplied in YYYY/MM/DD format via the date parameter. Each entry in the response includes rank, title, single-day gross, theater count, and cumulative total gross. Omitting the date parameter returns the most recently available chart, which is useful when you need the latest figures without knowing the exact date.

All-Time Records

get_all_time_box_office_records returns ranked historical box office totals filterable by category: domestic, international, or worldwide. Each record includes the rank, movie title, a Movie_slug for cross-referencing with get_movie_details, domestic gross, and worldwide gross. This makes it straightforward to build leaderboards or benchmark a specific film's performance against historical highs.

Common use cases
  • Track daily domestic box office performance for any date using ranked gross and theater count data
  • Look up a film's production budget vs. cumulative gross to assess financial performance
  • Build all-time worldwide box office leaderboards filtered by domestic, international, or worldwide category
  • Retrieve full cast and crew listings by movie slug for film database applications
  • Cross-reference a newly released film's daily ranking with all-time records to gauge relative performance
  • Power a movie discovery tool that surfaces genre, runtime, and synopsis alongside revenue data
  • Monitor box office trends by querying daily charts across a date range
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does the-numbers.com have an official developer API?+
No. The Numbers does not publish an official public developer API or documented data feed. This Parse API provides structured access to the data available on the site.
What financial fields does get_movie_details return?+
The endpoint returns production budget, domestic box office gross, and cumulative total gross, along with non-financial metadata including genre, runtime, and synopsis. It does not break out streaming revenue or international-only gross as separate fields.
Does the daily chart cover international or opening-weekend box office?+
The get_daily_box_office_chart endpoint returns domestic (U.S.) daily gross figures. International daily charts and per-territory breakdowns are not currently covered. You can fork this API on Parse and revise it to add an endpoint targeting international chart data.
Is weekly or cumulative box office history available per film?+
Not currently. The API covers the current daily chart snapshot, top-level lifetime gross inside get_movie_details, and all-time ranking records. Week-by-week performance history for individual titles is not exposed. You can fork the API on Parse and revise it to add a weekly breakdown endpoint.
How do I look up cast data if I only know the movie title?+
Call search_movies with the title as the query parameter to get a matching slug, then pass that slug to get_movie_cast_and_crew. The cast endpoint returns actor name, character name, and an Actor_person_slug for each credited performer.
Page content last updated . Spec covers 5 endpoints from the-numbers.com.
Related APIs in EntertainmentSee all →
bet365.bet.br API
Access live betting odds, featured sports events, and real-time scores directly from bet365 Brazil's platform across multiple sports including Formula 1 and in-play markets. Get current match results, browse available betting categories, and view homepage promotions all through structured data endpoints.
pdga.com API
Access player profiles, ratings history, tournament events, live scoring, world rankings, and the course directory from the Professional Disc Golf Association.
viagogo.com API
Search for events and browse tickets across Viagogo's catalog, discovering performer schedules, ticket listings, and categories all in one place. Get detailed information about available tickets and events to find exactly what you're looking for.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
mwcbarcelona.com API
Discover and explore MWC Barcelona 2026 exhibitors, speakers, and sessions by searching, filtering, and browsing by category, location, or type. Access detailed information about pavilions, agenda schedules, news updates, and pass options to plan your conference experience.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
brickset.com API
Search and browse thousands of LEGO sets by theme, year, or keyword. Retrieve detailed data for any set including piece count, minifigure count, dimensions, RRP, and more. Explore the full catalog of themes and yearly releases available on Brickset.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.