# Reliable Bibles > Authentic autographed Bibles with history. $69 each. ## About Reliable Bibles is an online store selling unique, one of a kind autographed Bibles found at thrift stores, estate sales, and flea markets across America. Not all Bibles are the same. I only sell the ones that have history. Each Bible is personally autographed before being sent to its new home. Every Bible is $69. ## Version v0.0.1 ## Domains - Primary: https://reliablebibles.com - Secondary: https://bibles.platphormnews.com ## API The Reliable Bibles API allows developers and AI assistants to: - List available Bibles - Get details about specific Bibles - Create new Bible listings (with API key) - Update existing listings (with API key) - Delete listings (with API key) ### Endpoints - GET /api/health - Health check - GET /api/v1/bibles - List all Bibles - GET /api/v1/bibles/:id - Get a specific Bible - POST /api/v1/bibles - Create a new Bible - PUT /api/v1/bibles/:id - Update a Bible - DELETE /api/v1/bibles/:id - Delete a Bible ### MCP Endpoint POST /api/mcp - Model Context Protocol endpoint for AI assistants Actions: list_bibles, get_bible, create_bible, update_bible, delete_bible, mark_sold, search_bibles, bulk_create, bulk_update, get_stats, get_publishers, get_conditions ## Authentication API requests require an x-api-key header with a valid API key. ## Resources - API Documentation: /api/docs - RSS Feed: /rss.xml - Sitemap: /sitemap.xml - Full LLM Info: /llms-full.txt ## Contact For API access or questions, visit the website.