{ "opencollection": "1.0.0", "info": { "name": "AgStack Asset Registry api Field Retrieval & Queries API", "version": "1.0.0" }, "items": [ { "info": { "name": "Field Retrieval & Queries", "type": "folder" }, "items": [ { "info": { "name": "πŸ—ΊοΈ Fetch Field Data", "type": "http" }, "http": { "method": "GET", "url": "https://api-ar.agstack.org/fetch-field/:geo_id", "params": [ { "name": "geo_id", "value": "", "type": "path" }, { "name": "s2_index", "value": "", "type": "query" } ] }, "docs": "πŸ—ΊοΈ Fetch Field Data" }, { "info": { "name": "πŸ“ Fetch Field WKT", "type": "http" }, "http": { "method": "GET", "url": "https://api-ar.agstack.org/fetch-field-wkt/:geo_id", "params": [ { "name": "geo_id", "value": "", "type": "path" } ] }, "docs": "πŸ“ Fetch Field WKT" }, { "info": { "name": "πŸ“Œ Fetch Field Centroid", "type": "http" }, "http": { "method": "GET", "url": "https://api-ar.agstack.org/fetch-field-centroid/:geo_id", "params": [ { "name": "geo_id", "value": "", "type": "path" } ] }, "docs": "πŸ“Œ Fetch Field Centroid" }, { "info": { "name": "πŸ“Š Get Percentage Overlap", "type": "http" }, "http": { "method": "POST", "url": "https://api-ar.agstack.org/get-percentage-overlap-two-fields", "body": { "type": "json", "data": "{}" } }, "docs": "πŸ“Š Get Percentage Overlap" } ] } ], "bundled": true }