How Can I Obtain a List of All Features Within a Collection Using the Features API?

Once your features are loaded into the Feature Manager, you can access them via the /items endpoint. See the Pagination documentation on how to obtain all items if there are more than 50 items.

Request Structure:

GET https://api.planet.com/features/v1/ogc/my/collections/{collection-id}/items

Example:

collection-id: first-fields-bqkxLdr

GET https://api.planet.com/features/v1/ogc/my/collections/first-fields-bqkxLdr/items

Example Response:

Screenshot 2024-08-17 at 7.04.42 PM.png

For more details on the Features API, please visit: Planet Features API Overview.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.