🎯
Endpoint
The specific API address for a capability, such as weather, company matching, or email verification.
Most API interactions follow a simple round trip. Your software sends a request to an endpoint, the service processes it, and the response comes back carrying the requested data or status.
GET /weather?city=Chicago72°F · Sunny · 55% humidityThe specific API address for a capability, such as weather, company matching, or email verification.
The message your software sends. It usually includes an action, input values, and sometimes authentication.
The API’s answer. It can contain requested data, a confirmation, or an error explaining what happened.
What is an API endpoint?