# Jenis Konten

Secara default, Petabencana API mengembalikan [JSON](http://www.w3schools.com/json/) untuk semua panggilan dan merespon setiap permintaan POST berformat JSON kecuali ada permintaan format lain. [UTF-8 encoding](https://en.wikipedia.org/wiki/UTF-8) digunakan pada semua permintaan dan respon.

Data geografis yang dipanggil akan dikodekan sebagai [TopoJSON](https://github.com/topojson/topojson/wiki) by default. [GeoJson](http://geojson.org/) juga didukung jika diperlukan, dengan menyertakan `format=topojson dalam panggilan API. Detail lebih lanjut tentang hal ini dapat ditemukan dalam dokumentasi rute API spesifik. Selain TopoJSON dan GeoJSON, kami menyediakan umpan publik dari informasi banjir real-time menggunakan standar` [`Common Alerting Protocol`](https://en.wikipedia.org/wiki/Common_Alerting_Protocol)`.`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.petabencana.id/general/encoding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
