Placemark offers a REST API for map content. By default, maps are private to your organization and the API is disabled. However, you can enable the API - see the video on enabling and using the API for details.
https://api.placemark.io/api/v1/map/{mapid}/featurecollection
This API provides the contents of a map, as a GeoJSON FeatureCollection object. The map needs to be set as public in order for data to be returned.
https://api.placemark.io/api/v1/map/{mapid}/feature/{featureid}
This API provides a single feature, as GeoJSON Feature object. Like the endpoint for getting a map, this requires that the map identified by mapid is public.
You can find the ID for each feature through the "ID" panel when a feature is selected. That ID is also included in the response for the featurecollection endpoint through the "@id" property of each feature.
By default, maps are private to your team. You can view them, your team can view them, but they aren't accessible via the API. To enable the API, you need to set the map as public, which you can do via the File menu and the API menu item. Toggling the API on will give you the map's FeatureCollection API endpoint and enable per-feature API endpoints.
Have feedback or a question that isn't answered here? Contact us by email.