Biblehub: Batch Hebrew Lexicon
Biblehub via Parse · education
Retrieve Hebrew 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_hebrew_lexicon
- Interface artifact
- sha256:d83d8695ae7db6a2fcca423bedce3639d3de469407cbdcf8265c50a7553b3da4
- Manifest digest
- sha256:372d2b96844d6d4c631094f20bfdd022138ff2d2a9c2002348531dbaa89df259
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 Hebrew numbers to look up (e.g. ["1", "430", "2617"]). Maximum 100 per call.
Example queries
- {"fields":"[\"original_word\", \"transliteration\"]","strongs_numbers":"[\"1\", \"430\"]"}