The YouVersion Bible API uses App Key authentication to secure all requests.
App Key Authentication
All API requests must include your App Key in the X-YVP-App-Key header. This header is required for every endpoint.
Header Format
Code
Example Request
Code
Example Response
Code
Getting Your App Key
To obtain an App Key for the YouVersion Bible API:
- Sign up for a YouVersion Platform account
- Provide details about your application and use case and create an app on the YouVersion Platform Portal
- Receive your unique App Key from the YVP system.
Error Responses
If authentication fails, you'll receive a 401 Unauthorized response:
Code
Rate Limiting
App Keys are subject to rate limiting to ensure fair usage. Check the response headers for rate limit information:
X-RateLimit-Limit: Maximum requests per time windowX-RateLimit-Remaining: Remaining requests in current windowX-RateLimit-Reset: Time when the rate limit resets
Last modified on