You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP 404 NOT FOUND
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS
{
"detail": "Not found"
}
According to documentation:
JSON Schema
All resources support JSON Schema. Making a request to /api//schema will give you the details of that resource. This will allow you to programmatically inspect the attributes of that resource and their types.
The text was updated successfully, but these errors were encountered:
Invoking the endpoint
https://swapi.dev/api/people/schema
the response is:
According to documentation:
The text was updated successfully, but these errors were encountered: