Places Search
Path
/platform/places/search |
|
Production: | https://api.familysearch.org/platform/places/search |
Beta: | https://apibeta.familysearch.org/platform/places/search |
Integration (Integration): | https://api-integ.familysearch.org/platform/places/search |
Description
The Places Search query is used to match (interpret) a place name with a standardized place description. Partners can interpret user-entered place names and associate a standardized place with the name, retrieve certain types of places within a particular jurisdiction, or search for places within a radius of a specified latitude/longitude point. Please note that all query parameters and URIs are expected to be properly encoded according to the HTTP specifications. The following query parameters apply:
variable | description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
start | The index of the first search result for this page of results. | ||||||||||||||||||||
count | The number of search results per page. | ||||||||||||||||||||
q |
The query parameter that describes the search criteria. A parameter name and value is separated by a colon (:) and each name-value pair is separated by a white space ( ). By default, values are exact. For nonexact matches, append a tilde (~) at the end of the value, such as
|
Operations
GET - Search for places matching criteria as query parameters. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Search For Places | How to search for a place. |
Search For Places Directly Under a Jurisdiction | How to search for a place, requiring results to be limited to those directly under a specific jurisdiction. |
Search For Places Under a Jurisdiction | How to search for a place, requiring results to be limited to those directly or indirectly under a specific jurisdiction. |