@extends('layouts.app') @section('title', 'API - Christian Bible Learning Platform') @section('meta_description', 'API documentation: Bible search and external Bible API (bible-api.com) integration.') @section('content')

API

Use our API to search the Bible or fetch verses from the free external bible-api.com (no key required).

Base URL: {{ $base }}

For JSON listing of endpoints: {{ $base }}

Endpoints

@foreach($endpoints as $ep) @endforeach
Method Description Example URL
{{ $ep['method'] }} {{ $ep['description'] }} {{ $ep['url'] }}

External Bible API (bible-api.com)

We integrate with bible-api.com: free, no API key, CORS enabled. Use the /api/bible/external and /api/bible/external/random and /api/bible/external/data endpoints above. Translations: web, kjv, asv, bbe, darby, and more.

@endsection