Skip to main content

Documentation Index

Fetch the complete documentation index at: https://rocks.docs.rive.wtf/llms.txt

Use this file to discover all available pages before exploring further.

Quick Start

Start using the API in a few simple steps.

Step 1: Get Your API Key

1

Add on Discord

DM southctrl on Discord to apply for an API key
2

Wait for Approval

Keys are issued manually after review
3

Receive API Key

If approved, you will receive your API key in Discord DMs
4

Use It Safely

Keep your key private and do not post it publicly
Important: Every key is assigned to one IP. If you need a key, you must DM southctrl on Discord to apply.

Step 2: Make Your First Request

Example request:
curl -X GET "https://rocks.rive.wtf/api/bible/random?translation=web" \
  -H "Authorization: Bearer YOUR_API_KEY"

Expected Response

{
  "success": true,
  "verse": {
    "book": "John",
    "chapter": 3,
    "verse": 16,
    "text": "For God so loved the world, that he gave his one and only Son...",
    "translation": "web"
  }
}

Step 3: Explore More Endpoints

Once your first request works, try more endpoints:

Weather API

Get weather data

Crypto Prices

Check crypto prices

Movie Data

Search movies and TV shows

Gaming Stats

Get stats from Steam, Xbox, and more

Rate Limiting

If you hit the rate limit, the API returns 429. DM southctrl on Discord if you need higher limits.

Best Practices

Cache Responses

Cache responses when possible

Handle Errors

Handle failed requests in your app

Secure Your Key

Never expose your key in public code

Use HTTPS

Always use HTTPS

Next Steps

Bible

Explore all available endpoints and their documentation

Authentication Guide

Learn about security best practices

Need Help?

Contact Support

Discord: southctrlDM for key applications, support, bug reports, or feature requests.
Have questions about a specific endpoint? Check the detailed documentation in the API Reference section.