Discover/svenskfilmdatabas.se API
live

svenskfilmdatabas.se APIwww.svenskfilmdatabas.se

Access data on Swedish films currently in production from Svensk Filmdatabas. List titles with filters, get cast, crew, and production facts by film ID.

Endpoints
2
Updated
3h ago
Try it
Page number for pagination (15 items per page).
Filter by production country. Accepts exactly one of: Sverige, Belgien, Danmark, Finland, Frankrike, Grekland, Island, Litauen, Norge, Polen, Rumänien, Serbien, Spanien, Tyskland, Ukraina, USA. Omitted returns all countries.
Sort order. Accepts exactly one of: chrono_desc, chrono_asc, alpha_asc, alpha_desc.
Filter by film type. Accepts exactly one of: Kortfilm, Långfilm. Omitted returns all types.
api.parse.bot/scraper/4f6f74e6-f5b8-4c24-8bf0-bfe4162f3568/<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/4f6f74e6-f5b8-4c24-8bf0-bfe4162f3568/list_films_in_production' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

List Swedish films currently in production. Returns paginated results with 15 items per page. Supports filtering by film type and production country, and sorting chronologically or alphabetically.

Input
ParamTypeDescription
pageintegerPage number for pagination (15 items per page).
countrystringFilter by production country. Accepts exactly one of: Sverige, Belgien, Danmark, Finland, Frankrike, Grekland, Island, Litauen, Norge, Polen, Rumänien, Serbien, Spanien, Tyskland, Ukraina, USA. Omitted returns all countries.
sort_bystringSort order. Accepts exactly one of: chrono_desc, chrono_asc, alpha_asc, alpha_desc.
film_typestringFilter by film type. Accepts exactly one of: Kortfilm, Långfilm. Omitted returns all types.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "items": "array of film summaries with id, title, title_extra, meta, film_type, link",
    "total_count": "integer",
    "items_per_page": "integer",
    "available_countries": "array of strings",
    "available_film_types": "array of strings"
  },
  "sample": {
    "page": 1,
    "items": [
      {
        "id": "709994",
        "link": "/sv/item/?type=film&itemid=709994",
        "meta": "Gustaf Skarsgård, Sverige m.fl.",
        "title": "Kannibalen på Fårö (2027)",
        "film_type": "Långfilm",
        "title_extra": ""
      }
    ],
    "total_count": 184,
    "items_per_page": 15,
    "available_countries": [
      "Sverige",
      "Belgien",
      "Danmark",
      "Finland",
      "Frankrike",
      "Grekland",
      "Island",
      "Litauen",
      "Norge",
      "Polen",
      "Rumänien",
      "Serbien",
      "Spanien",
      "Tyskland",
      "Ukraina",
      "USA"
    ],
    "available_film_types": [
      "Kortfilm",
      "Långfilm"
    ]
  }
}

About the svenskfilmdatabas.se API

This API exposes 2 endpoints covering Swedish films currently in production from Svensk Filmdatabas (the Swedish Film Database). The list_films_in_production endpoint returns paginated film summaries with filtering by type and country, while get_film_details returns structured production facts including cast, director, producer, screenplay, category, and year for a specific film identified by its numeric ID.

Listing Films in Production

The list_films_in_production endpoint returns up to 15 film summaries per page. Each item includes id, title, title_extra, meta, film_type, and link. You can filter results using film_type (accepts Kortfilm or Långfilm) and country (accepts Swedish country names such as Sverige, Danmark, or Frankrike). The sort_by parameter controls ordering: chrono_desc, chrono_asc, alpha_asc, or alpha_desc. The response also includes total_count, items_per_page, available_countries, and available_film_types to help drive UI pagination and filter controls.

Getting Film Details

The get_film_details endpoint accepts a film_id string (numeric, sourced from items[*].id in the list response) and returns a full record for that title. Fixed fields include title, year, category, film_type, director, producer, and screenplay. The cast field is an array of objects each containing name and role. The all_facts object captures every key-value pair from the film's fact table, which may include fields beyond the named top-level properties depending on the record.

Coverage and Scope

Data reflects Swedish films currently registered as in-production at Svensk Filmdatabas — both feature films (Långfilm) and short films (Kortfilm). Country filter values correspond to co-production countries listed on the source. Not all films will have complete cast or crew data; some director, producer, or screenplay fields may be empty strings depending on how completely a given title has been catalogued.

Common use cases
  • Track all Swedish feature films (Långfilm) currently in development and monitor new additions over time using list_films_in_production with film_type filter
  • Build a co-production directory by filtering films by country (e.g. Frankrike or Danmark) to find Swedish-foreign co-productions
  • Populate a cast and crew database for in-production titles using the cast array and director, producer, screenplay fields from get_film_details
  • Feed a news or industry newsletter with a chronologically sorted list of recently added productions using sort_by=chrono_desc
  • Identify short film productions in Sweden by filtering list_films_in_production with film_type=Kortfilm
  • Enrich a film industry CRM by resolving film IDs from list results into full production records via get_film_details
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 Svensk Filmdatabas offer an official developer API?+
Svensk Filmdatabas does not publish an official public developer API. This Parse API provides structured programmatic access to the film-in-production data that the site exposes.
What does the `all_facts` field in `get_film_details` contain?+
It is a key-value object that captures every entry from the film's fact table. It includes at minimum the data covered by the named fields (director, producer, screenplay, year, category, film_type), but may also include additional production metadata depending on how completely a title has been catalogued in the database.
Does the API cover films that have already been released, or only those currently in production?+
The API covers only titles currently listed as in-production on Svensk Filmdatabas. Released films and the broader historical catalog are not covered by these endpoints. You can fork this API on Parse and revise it to add an endpoint targeting completed or released Swedish films from the database.
Can I filter by multiple countries or multiple film types at once?+
Each filter parameter accepts exactly one value per request. country takes a single country name and film_type takes either Kortfilm or Långfilm. Multi-value filtering is not supported in the current endpoints. You can fork this API on Parse and revise it to add multi-value filter logic.
How complete is the cast data returned by `get_film_details`?+
Cast completeness depends on what Svensk Filmdatabas has recorded for each title. The cast array will contain objects with name and role for listed performers, but films early in production may have few or no cast members recorded. Fields like director and producer can also be empty strings for partially catalogued records.
Page content last updated . Spec covers 2 endpoints from www.svenskfilmdatabas.se.