REST

REST — The most common style for building APIs. REST APIs use web addresses (URLs) and standard actions like GET, POST, and DELETE, so different tools can talk to them the same way.

Most APIs you'll meet are REST APIs. When someone says "it's REST," they mean "it works the way you'd expect a web API to work."

"It's a REST API." "REST endpoint."

Related
APIendpointHTTPURL