A web API that follows REST (Representational State Transfer) principles, using standard HTTP methods to access and manipulate resources.

REST APIs are the most common type of web API. They use HTTP methods (GET, POST, PUT, DELETE) to perform operations on resources identified by URLs. Data is typically returned in JSON format. Most open data portals and data services provide REST APIs for programmatic access to their datasets.

Related Terms

Learn More

← Back to Glossary