Where this shows up on the site
Related glossary terms
Endpoint
An endpoint is the address for one API capability. Different endpoints do different jobs, even when they belong to the same service.
Shared tags: api, web
JSON
JSON is the default language of modern APIs. It is how apps commonly pass structured information back and forth.
Shared tags: web, api
REST API
A common style of web APIs using URLs and HTTP verbs.
Shared tags: api, web
