GET /starwars/people/search
Otsige for Star Wars characters by name across the complete Star Wars universe database. Tagastab character names, birth years, heights, mass, hair and eye colors, homeworld, and film appearances. Andmed SWAPI (Star Wars API) covering all characters from the original and prequel trilogies. Kasulik Star Wars fan apps, trivia games, character encyclopedias, and sci-fi entertainment platforms.
q
kohustuslik
Character name search query
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
q |
Jah | - | Character name search query |
curl "https://nordapi.ee/api/v1/starwars/people/search?q=luke"
curl "https://nordapi.ee/api/v1/starwars/people/search?q=luke"
curl "https://nordapi.ee/api/v1/starwars/people/search?q=darth"
curl "https://nordapi.ee/api/v1/starwars/people/search?q=leia"
{
"data": [
{
"birth_year": "19BBY",
"gender": "male",
"height": "172",
"mass": "77",
"name": "Luke Skywalker"
}
],
"success": true,
"total": 1
}