API / Reference / MovieBox
search

FilmAPI Reference

Welcome to the unofficial FilmAPI documentation. detailed information about movies and series, including trending content, search functionality, and streaming sources.

Base URL: https://filmapi.irfncode.my.id

Content

Get Details

Retrieve detailed information for a specific movie or series using its Subject ID.

GET /api/moviebox/detail

Query Parameters

subjectId

String • Query

Unique identifier for the content (obtained from search/trending results).

REQUIRED

title

String • Query

Title of the content used for logging purposes.

OPTIONAL
Streaming

Get Streaming Sources

Fetch available streaming sources for a specific episode of a series or a movie.

GET /api/moviebox/sources

Query Parameters

subjectId

String • Query

Unique identifier for the content.

REQUIRED

season

Number • Query

Season number for series. Defaults to 1.

OPTIONAL

episode

Number • Query

Episode number. Defaults to 1.

OPTIONAL
content_copy

curl --request GET \

--url https://filmapi.irfncode.my.id/api/moviebox/search?query=avengers \

--header 'Content-Type: application/json'

Try it out

RESPONSE
READY
// Response will appear here...