> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/integrating-3rd-party-data-resources/supported-firms-api-methods/getcountrydatawithdate.md).

# getCountryDataWithDate

<mark style="color:green;">`GET`</mark>`/api/country/csv/{${FIRMSService.secretTokenParamName}}/{source}/{country_code}/{day_range}/{date}`

Get fire detections for a specific country by ISO code with date.

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Body**

| Name              | Type        | Description      |
| ----------------- | ----------- | ---------------- |
| `source`          | string      | Source           |
| area\_coordinates | number      | Area Coordinates |
| day\_range        | number      | Day Range        |
| date              | date format | date             |
