-
Notifications
You must be signed in to change notification settings - Fork 33
Analyzing APIs in Public API Collections
Tim Burks edited this page Oct 7, 2022
·
9 revisions
To explore some of the things that we can do with an API Registry, we look at several publicly-available collections.
The OpenAPI Directory is a large collection of OpenAPI descriptions of REST APIs curated by apis.guru. This can reveal patterns and properties of APIs across the industry. To upload these API descriptions, see Uploading OpenAPI Descriptions.
We find descriptions of Google APIs in three places:
- Protocol Buffer descriptions published in the googleapis repository on GitHub. To upload these API descriptions, see Uploading Protocol Buffer Descriptions.
- The Google API Discovery Service. To upload these API descriptions, see Uploading Google API Discovery Service Descriptions.
- A subset of the OpenAPI Directory. To upload these API descriptions, see Uploading OpenAPI Descriptions.