Skip to main content
GET
Get Video Sermons

Authorizations

X-API-Key
string
header
required

Client API key copied from Developer Access in the TheFaithApp dashboard.

Authorization
string
header
required

Member access token returned by POST /v1/auth/token.

Query Parameters

Search term to filter video sermons.

page
integer
default:1

Page number for pagination (default: 1).

Response

Paginated list of video sermons.

current_page
integer

Current page number of the result set.

Example:

1

data
object[]

List of video sermon objects.

first_page_url
string<uri>

URL to the first page of results.

Example:

"https://api.thefaithapp.com/v1/videos?page=1"

from
integer

Index of the first item returned.

Example:

1

last_page
integer

Last page number of the result set.

Example:

1

last_page_url
string<uri>

URL to the last page of results.

Example:

"https://api.thefaithapp.com/v1/videos?page=1"

Pagination navigation links.

next_page_url
string<uri> | null

URL to the next page of results, or null if on the last page.

Example:

null

path
string<uri>

Base path for the paginated results.

Example:

"https://api.thefaithapp.com/v1/videos"

per_page
integer

Number of items per page.

Example:

30

prev_page_url
string<uri> | null

URL to the previous page of results, or null if on the first page.

Example:

null

to
integer

Index of the last item returned.

Example:

2

total
integer

Total number of items available.

Example:

2