{"api":"v1","generated_at":"2026-09-15T18:51:26.212Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/tools-ipintel-ai-satellite-d20627","pinned_page":"https://tollindex.com/e/tools-ipintel-ai-satellite-d20627/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"tools-ipintel-ai-satellite-d20627","canonical_url":"https://tools.ipintel.ai/satellite","resource":"https://tools.ipintel.ai/satellite","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.","service_name":"Satellite Observation API","declared_category":null,"declared_tags":["satellite","earth-observation","remote-sensing","geospatial","osint"],"route_template":null,"registry_updated":"2026-09-09T09:01:50.787Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"satellite","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.09 USDC","amount_units":0.09,"decimals_known":true,"pay_to":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":6,"unique_payers_30d":1,"last_called_at":"2026-09-09T09:01:50.322Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:37:42.853Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T06:37:42.853Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:06:21.687Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:58:07.983Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:15:25.006Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T12:45:49.030Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","page":"https://tollindex.com/seller/0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","endpoints":8,"hosts":2},"reports":0,"registry_record":{"cdp":[{"tags":["satellite","earth-observation","remote-sensing","geospatial","osint"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","amount":"90000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1782160736/bazaar-icons/bba42e908ad65da0.png","quality":{"lastCalledAt":"2026-09-09T09:01:50.322Z","l30DaysTotalCalls":6,"l30DaysUniquePayers":1},"resource":"https://tools.ipintel.ai/satellite","extensions":{"bazaar":{"info":{"input":{"body":{"lat":42.6977,"lon":23.3219,"mode":"true_color","fallback":true,"radius_m":3000},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"ok":true,"mode":"true_color","tool":"satellite","image":{"clean_url":"https://tools.ipintel.ai/results/satellite/example.png"}}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["lat","lon"],"properties":{"lat":{"type":"number","maximum":90,"minimum":-90,"description":"Latitude of the observation center."},"lon":{"type":"number","maximum":180,"minimum":-180,"description":"Longitude of the observation center."},"mode":{"enum":["true_color","vegetation","water","thermal","radar"],"type":"string","default":"true_color","description":"Observation mode."},"fallback":{"type":"boolean","default":true,"description":"Allow best available scene fallback."},"radius_m":{"type":"integer","default":3000,"maximum":5000,"minimum":100,"description":"Observation radius in meters."},"max_cloud_cover":{"type":"number","default":20,"maximum":100,"minimum":0,"description":"Maximum cloud cover for optical modes."}},"additionalProperties":true},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"ok":{"type":"boolean"},"mode":{"type":"string"},"tool":{"type":"string"},"image":{"type":"object","properties":{"format":{"type":"string"},"clean_url":{"type":"string"},"annotated_url":{"type":"string"}},"additionalProperties":true},"request":{"type":"object","properties":{"lat":{"type":"number"},"lon":{"type":"number"},"date":{"type":"string"},"radius_m":{"type":"integer"},"max_cloud_cover":{"type":"integer"},"date_tolerance_days":{"type":"integer"}},"additionalProperties":true},"warnings":{"type":"array","items":{}},"statistics":{"type":"object","properties":{"type":{"type":"string"},"index":{"type":"string"},"ndwi_mean":{"type":"number"},"mndwi_mean":{"type":"number"},"resolution_m":{"type":"integer"},"sample_count":{"type":"integer"},"no_data_count":{"type":"integer"},"secondary_index":{"type":"string"},"water_coverage_percent":{"type":"number"}},"additionalProperties":true},"attribution":{"type":"string"},"selected_scene":{"type":"object","properties":{"date":{"type":"string"},"source":{"type":"string"},"datetime":{"type":"string"},"scene_id":{"type":"string"},"cloud_cover":{"type":"integer"},"selection_reason":{"type":"string"}},"additionalProperties":true},"available_scenes":{"type":"object","properties":{"after":{"type":"array","items":{}},"before":{"type":"array","items":{}},"selected":{"type":"object","properties":{},"additionalProperties":true}},"additionalProperties":true},"fulfillment_status":{"type":"string"}},"additionalProperties":true}}}}}}},"description":"IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.","lastUpdated":"2026-09-09T09:01:50.787Z","serviceName":"Satellite Observation API","x402Version":2}]}}