← Back to All Endpoints

Topical Verses

Get all verses for a specific topic term from Nave's Topical Bible.

Parameters

Working Examples

Click any example below to see the live result:

Love Verses

Get all verses for LOVE topic

Try it: https://verseapi.memorize.live/?action=topical_verses&term=LOVE

Faith Verses

Get all verses for FAITH topic

Try it: https://verseapi.memorize.live/?action=topical_verses&term=FAITH

Abraham Verses

Get all verses for ABRAHAM topic

Try it: https://verseapi.memorize.live/?action=topical_verses&term=ABRAHAM

Response Format

{
  "action": "topical_verses",
  "term": "LOVE",
  "result": [
    {
      "reference": "John 3:16",
      "verse": "For God so loved the world..."
    }
  ]
}