syncing market data_
Public API imported from APIs.guru (osf.io)
Public API proxied through Ozma. Discover and call via one Ozma key.
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /addons/ | List all addons | FREE |
| GET | /collections/ | List all Collections | FREE |
| GET | /institutions/ | List all institutions | FREE |
| GET | /licenses/ | List all licenses | FREE |
| POST | /collections/ | Create a Collection | FREE |
| GET | / | Root | FREE |
| POST | /collections/{collection_id}/collected_metadata/{cgm_id} | Add Metadata or Subjects to an Entity in a Collection | FREE |
| GET | /collections/{collection_id}/collected_metadata/{cgm_id}/relationships/subjects/ | Retrieve subject metadata for a specific piece of metadata in a collection | FREE |
| POST | /collections/{collection_id}/collected_metadata/{cgm_id}/relationships/subjects/ | Update subjects for a specific piece of metadata in a collection | FREE |
| GET | /citations/styles/ | List all citation styles | FREE |
| GET | /citations/styles/{style_id}/ | Retrieve a citation style | FREE |
| DELETE | /collections/{collection_id}/ | Delete a Collection | FREE |
| GET | /collections/{collection_id}/ | Retrieve a Collection | FREE |
| GET | /collections/{collection_id}/collected_metadata/ | Retrieve a list of collected metadata for a collection | FREE |
| POST | /collections/{collection_id}/collected_metadata/ | Add Metadata or Subjects to a Entity in a Collection | FREE |
| DELETE | /collections/{collection_id}/collected_metadata/{cgm_id} | Delete Collection Metadata from entitiy | FREE |
| GET | /collections/{collection_id}/collected_metadata/{cgm_id} | Retrieve Specific Metadata for a Collection | FREE |
| GET | /collections/{collection_id}/collected_metadata/{cgm_id}/subjects/ | Retrieve subject data for a specific piece of metadata info for a collection | FREE |
| GET | /collections/{collection_id}/linked_nodes | List All Linked Nodes for a Collection | FREE |
| DELETE | /collections/{collection_id}/linked_nodes/relationships/ | Remove Nodes From Collection | FREE |
| GET | /collections/{collection_id}/linked_nodes/relationships/ | Give a Sparse List of Node Ids | FREE |
| POST | /collections/{collection_id}/linked_nodes/relationships/ | Link Nodes to Collection | FREE |
| GET | /collections/{collection_id}/linked_preprints/ | List All Linked Preprints for a Collection | FREE |
| GET | /collections/{collection_id}/linked_registrations/ | List All Linked Registrations for a Collection | FREE |
| DELETE | /collections/{collection_id}/linked_registrations/relationships/ | Remove Registrations From Collection | FREE |
| GET | /collections/{collection_id}/linked_registrations/relationships/ | Give a Sparse List of Registrations Ids | FREE |
| POST | /collections/{collection_id}/linked_registrations/relationships/ | Link Registrations to Collection | FREE |
| DELETE | /comments/{comment_id}/ | Delete a comment | FREE |
| GET | /comments/{comment_id}/ | Retrieve a comment | FREE |
| PUT | /comments/{comment_id}/ | Update a comment | FREE |
| POST | /draft_registrations/ | Create a Draft Registration | FREE |
| DELETE | /draft_registrations/{draft_id}/ | Delete a draft registration | FREE |
| GET | /draft_registrations/{draft_id}/ | Retrieve a Draft Registration | FREE |
| PATCH | /draft_registrations/{draft_id}/ | Update a Draft Registration | FREE |
| GET | /draft_registrations/{draft_id}/contributors/ | Retreive a list Contributors from a Draft Registration | FREE |
| POST | /draft_registrations/{draft_id}/contributors/ | Add a contributor to a Draft Registration | FREE |
| GET | /draft_registrations/{draft_id}/contributors/{user_id}/ | Retreive a Contributor from a Draft Registration | FREE |
| GET | /draft_registrations/{draft_id}/institutions/ | Retrieve Institutions afilliated with a Draft Registration | FREE |
| GET | /draft_registrations/{draft_id}/subjects/ | Retrieve Subjects associated with a Draft Registration | FREE |
| GET | /files/{file_id}/ | Retrieve a file | FREE |
| PATCH | /files/{file_id}/ | Update a file | FREE |
| GET | /files/{file_id}/versions/ | List all file versions | FREE |
| GET | /files/{file_id}/versions/{version_id}/ | Retrieve a file version | FREE |
| GET | /institutions/{institution_id}/ | Retrieve an institution | FREE |
| GET | /institutions/{institution_id}/nodes/ | List all affiliated nodes | FREE |
| GET | /institutions/{institution_id}/registrations/ | List all affiliated registrations | FREE |
| GET | /institutions/{institution_id}/users/ | List all affiliated users | FREE |
| GET | /license/{license_id}/ | Retrieve a license | FREE |
ozma register && ozma call osf-apiv2-documentation /addons/ --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/osf-apiv2-documentation/addons/# Python
client.proxy_call("osf-apiv2-documentation", "/addons/")