Search Endpoints 🔍
Search Persons
Search endpoint for finding persons based on filters.
This endpoint supports:
- Basic person information filtering (name, birth date, location)
The results are paginated with count information included.
GET
Authorizations
Enter your API key
Query Parameters
Person full name (partial match)
Person first name
Person last name
Person city
Person birth date
Person birth year
Number of items to skip
Required range:
x >= 0
Maximum number of items to return
Required range:
1 <= x <= 100
Response
200
application/json
Successful Response
Model for person search response