Search the Platform for topics related to a query.
Returns the set of topics (id, text, subtopics) related to a query, for pivoting to other verses in the same topic.
This endpoint is unpaginated: Core Search returns a fixed set of topics and exposes no page_size or page_token parameters. Query metadata (did_you_mean, search_instead_for) is always included.
query Parameters
queryThe search query string used to find matching results.
language_ranges[]An ordered list of language ranges using bracket notation. Use repeated parameters like language_ranges[]=en&language_ranges[]=es to supply multiple ranges, and use the wildcard * to match all languages. A language range is much like a language tag but may contain wildcards. See RFC 4647 section 2 for the full definition: https://www.rfc-editor.org/rfc/rfc4647.html#section-2
Language ranges in this parameter may only be of the Basic Range format.
Search the Platform for topics related to a query. › Responses
Successful request
did_you_meanAlternative spellings the search service suggests for the query.
search_instead_forA corrected query the topics were actually returned for, if any.
total_sizeTotal number of topics returned in this response. Because the endpoint is unpaginated, this is the full count returned, not a running total across pages.