API Documentation

Learn how to interact with our API.

Overview

Our API allows you to access a wide range of data related to celebrities, movies, and more. Use our API to integrate this data into your applications or websites.

Authentication

To use the API, you need an API key. You can obtain your API key by signing up for an account and subscribing to one of our plans.

GET /api/v1/auth?apikey=YOUR_API_KEY

Include your API key in the Authorization header for all requests.

Endpoints

Search Celebrities by Username

Retrieves celebrity details based on a partial match of their username.

Base URL: https://info-cast.com/

Endpoint: GET /profiles/api?name={partial_username}

Example: GET https://info-cast.com/profiles/api?name=tom-cruise

Error Responses

Common error responses you may encounter:

  • 401 Unauthorized: Invalid API key.
  • 429 Too Many Requests: Rate limit exceeded.
  • 404 Not Found: The requested resource does not exist.

Rate Limits

To ensure fair usage, our API is rate-limited based on your subscription plan. Here are the limits for different plans:

  • Free Plan: 100 requests per hour
  • Pro Plan: 1,000 requests per hour
  • Enterprise Plan: Contact us for custom limits

Support

If you encounter any issues or have questions, please contact our support team via the Contact Us page.