- Daftar Pejabat StrukturalPOST
- Daftar Nama SpmuPOST
- Playlist YoutubePOST
- Daftar LKPDPOST
- Survei Layanan PPIDPOST
- Komik Oke SipPOST
- Daftar Dokumen RUPPOST
- Daftar Tender LPSE POST
- Daftar Pengadaan Barang & JasaPOST
- Siaran Pers GabunganPOST
- Kirim Otp ( Kontak Kami )POST
- SOP PPIDPOST
- Struktur OrganisasiPOST
- Validasi Otp ( Kontak Kami )POST
- List LPPDPOST
- Daftar LKIPPOST
- Laporan PPIDPOST
- Daftar Informasi BerkalaPOST
- Informasi Serta MertaPOST
- Informasi Setiap SaatPOST
- Tugas Dan FungsiPOST
- List Hari Libur Dan Cuti BersamaPOST
- Siaran Pers ProvinsiPOST
- Siaran Pers WilayahPOST
- Detail Siaran Pers WilayahPOST
- Detail Siaran Pers ProvinsiPOST
- Copy Pers ProvinsiPOST
- Copy Pers WilayahPOST
- Preview PersPOST
- Preview Pers WilayahPOST
- List All SKPDPOST
- List Cara Mendapatkan SalinanPOST
- List All Kategori PermohonanPOST
- List All Cara Memperoleh InformasiPOST
- List All Mendapatkan Salinan InformasiPOST
- List Daftar Informasi PublikPOST
- Detail Daftar Informasi PublikPOST
- List Dokumen Informasi PublikPOST
- Detail Dokumen Informasi PublikPOST
- Cek Status PermohonanPOST
- Cek Status KebertanPOST
- Ajukan PermohonanPOST
- Ajukan KeberatanPOST
- List Alasan KeberatanPOST
- Cek Data Permohonan SelesaiPOST
- Login Akun PPIDPOST
- List Permohonan PPIDPOST
- List Keberatan PPIDPOST
- Majalah Media JayaPOST
- List BannerPOST
- Jumlah PermohonanPOST
- Statistik Informasi Publik ( Only Apps )GET
- Api Statistik Total Permohonan ( Only Apps )POST
- Api Permohonan Selesai ( Only Apps )POST
Statistik Informasi Publik ( Only Apps )
GET
https://ppid.animemusic.us/api/statistik-informasi-publik
Request
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ppid.animemusic.us/api/statistik-informasi-publik' \
--header 'Content-Type: text/plain' \
--data-raw ''
Responses
🟢200Success
application/json
Body
code
integerÂ
required
message
stringÂ
required
data
array [object {5}]Â
required
name
stringÂ
required
population
integerÂ
required
color
stringÂ
required
legendFontColor
stringÂ
required
legendFontSize
integerÂ
required
Example
{
"code": 0,
"message": "Success Get Data",
"data": [
{
"name": "Tersedia setiap saat",
"population": 445,
"color": "rgba(131, 167, 234, 1)",
"legendFontColor": "white",
"legendFontSize": 10
},
{
"name": "Berkala",
"population": 2020,
"color": "rgba(131, 167, 234, 1)",
"legendFontColor": "white",
"legendFontSize": 10
},
{
"name": "Serta merta",
"population": 3184,
"color": "rgba(131, 167, 234, 1)",
"legendFontColor": "white",
"legendFontSize": 10
},
{
"name": "Di Kecualikan",
"population": 1,
"color": "rgba(131, 167, 234, 1)",
"legendFontColor": "white",
"legendFontSize": 10
}
]
}