Biblehub: Batch Greek Lexicon
Biblehub via Parse · education
Retrieve Greek lexicon data for multiple Strong's numbers in a single call. Accepts up to 100 numbers and fetches them concurrently in small batches. Individual failures are skipped and reported in the skipped array rather than failing the whole request. Optionally filter which fields are returned per entry. Extract biblical lexicon data, morphology, and interlinear verse analysis from BibleHub. Supports both Hebrew and Greek Strong's systems. Fulfilled by Parse from biblehub.com.
- biblehub
- biblehub-com
- education
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0a2a8344-f84d-41c5-9ec5-793cc6306540/batch_greek_lexicon
- Interface artifact
- sha256:013e3d4e760987b628459768fc5d6a03c9ca9daae3750fce953c5acaa56ff5a9
- Manifest digest
- sha256:257c80c31a279cdbe819c353fcb10af9267308b8b3cefd3afc6cb24f1bb45536
Request fields
- fields (array): JSON array of field names to include per entry (e.g. ["original_word", "transliteration", "definitions"]). If omitted, all fields are returned. Always includes strongs_number and language regardless.
- strongs_numbers (array, required): JSON array of Strong's Greek numbers to look up (e.g. ["25", "2316", "26"]). Maximum 100 per call.
Example queries
- {"fields":"[\"original_word\", \"transliteration\"]","strongs_numbers":"[\"25\", \"2316\"]"}