Returns Gospel content (Book of John) in English, Spanish, and German via a GET endpoint.
What it does
The /gospel endpoint on missionarygamer.com serves Gospel content — specifically text from the Book of John — as part of the Missionary Gamer ministry. According to the existing listing description, the content is available in English, Spanish, and German. The site itself is a Christian outreach ministry focused on sharing the Gospel through gaming, virtual reality, and live streaming.
The endpoint responded with HTTP 200 on GET during probing, meaning it serves content directly without requiring an x402 payment challenge. No 402 response was observed on either GET or POST (POST returned 405 Method Not Allowed), so despite being listed as an x402 endpoint, the payment gate does not appear to be active at this time. There is no OpenAPI schema, no API documentation, no pricing page, and no README available on the site. The response format and exact content structure are unknown since only the status code was captured.
The parent site, missionarygamer.com, is a ministry that does gospel outreach through multiplayer games and content creation, and operates a ChapterVerse chat bot used by 200+ streamers delivering approximately 5,000 Scriptures per month.
Capabilities
Use cases
- —Retrieving Gospel text (Book of John) for display in applications
- —Fetching scripture content in English, Spanish, or German
- —Integrating biblical content into chatbots or streaming overlays
Fit
Best for
- —Developers building Christian ministry tools
- —Chat bots that serve scripture passages
- —Multilingual Gospel content delivery
Not for
- —General-purpose Bible search or verse lookup across all books
- —Applications requiring structured JSON API with documented schemas
- —High-volume commercial scripture data needs
Quick start
curl https://missionarygamer.com/gospelEndpoint
Quality
The endpoint did not return a 402 challenge on any method, so the x402 payment protocol is not confirmed active. No API documentation, no schema, no pricing, and no examples exist. The response body was not captured, so the actual content format is unknown. This is effectively a stub listing.
Warnings
- —Endpoint returned 200 on GET, not 402 — x402 payment gate does not appear active
- —POST returns 405 Method Not Allowed — only GET is supported
- —No OpenAPI schema or API documentation found (docs, api, pricing, README all return 404)
- —Response format and content structure are completely unknown
- —No pricing or payment information available despite x402 listing
Citations
- —The site is a ministry that does gospel outreach through multiplayer games, VR, and live streaming, and operates a ChapterVerse chat bot used by 200+ streamershttps://missionarygamer.com
- —The Gospel content is available in English, Spanish, and German and focuses on the Book of Johnhttps://missionarygamer.com/gospel
- —GET to /gospel returned 200; POST returned 405https://missionarygamer.com/gospel