Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 3.33 KB

File metadata and controls

28 lines (23 loc) · 3.33 KB

Search200ResponseData

Properties

Name Type Description Notes
search Option<Vecmodels::SearchResult> Contains all search results for html pages or wedbsites. [optional]
image Option<Vecmodels::SearchResult> Contains all search results for images. [optional]
video Option<Vecmodels::SearchResult> Contains all search results for videos. [optional]
podcast Option<Vecmodels::SearchResult> Contains all search results for podcasts. [optional]
podcast_creator Option<Vecmodels::SearchResult> Contains all search results for creators of podcasta. [optional]
news Option<Vecmodels::SearchResult> Contains all search results for news articles. [optional]
adjacent_question Option<Vecmodels::SearchResult> Contains results that are obtained by searching for slightly different queries. These questions are stored under the props.question path. [optional]
direct_answer Option<Vecmodels::SearchResult> If the search query was a math equation, or unit conversions, things that can be answered quickly, the result will be in here. [optional]
interesting_news Option<Vecmodels::SearchResult> Contains news results from publishers collected and stored in Kagis' news index. [optional]
interesting_finds Option<Vecmodels::SearchResult> Contains small web results from publishers collected and stored in Kagis' small web index. [optional]
infobox Option<Vecmodels::SearchResult> Contains detailed summary and tabulated information about a person, place, or thing. [optional]
code Option<Vecmodels::SearchResult> Contains all search results that link to code resources or repositories. [optional]
package_tracking Option<Vecmodels::SearchResult> If the search query was a package tracking number, the correct package tracking website should be present in this collection. [optional]
public_records Option<Vecmodels::SearchResult> Contains all search results for public records, such as government documents, or public court records. [optional]
weather Option<Vecmodels::SearchResult> Contains all search results for the current weather. [optional]
related_search Option<Vecmodels::SearchResult> Contains a list of searches that are related to the current search, and may help narrow down the results. [optional]
listicle Option<Vecmodels::SearchResult> Contains all search results that are lists of things. Results with titles like "5 things you didn't know about...", or "10 of the best headphones". [optional]
web_archive Option<Vecmodels::SearchResult> Contains all search results for archived websites that may not be available anymore [optional]

[Back to Model list] [Back to API list] [Back to README]