ACCOUNT
- Endpoints
AUTHENTICATION
- Endpoints
CERTIFICATIONS
- Endpoints
CHANGES
- Endpoints
COLLECTIONS
- Endpoints
COMPANIES
CONFIGURATION
- Endpoints
CREDITS
FIND
GENRES
GUEST-SESSIONS
KEYWORDS
MOVIES
PEOPLE
PEOPLE-LISTS
REVIEWS
TV-EPISODE-GROUPS
TV-EPISODES
TV-SEASONS
TV-SERIES
TV-SERIES-LISTS
WATCH-PROVIDERS
Endpoints
Alternative Names
This endpoint gets the company details by ID.
GET
/
3
/
company
/
{company_id}
/
alternative_names
Copy
curl --request GET \
--url https://api.themoviedb.org/3/company/%7B{company_id}%7D/alternative_names \
--header 'Authorization: Bearer <token>'
Copy
{
"id": 219390,
"results": []
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Alt Names Example
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/company/%7B{company_id}%7D/alternative_names \
--header 'Authorization: Bearer <token>'
Copy
{
"id": 219390,
"results": []
}
Assistant
Responses are generated using AI and may contain mistakes.