# Overview
API V1 is still active, but obsolete since it has limit to only a few function with GET method only. Please switch to our V2 API for better experience.
Mafindo Public API use API Key for Authentication. Please refer to Authorization section.
https://yudistira.turnbackhoax.id/Antihoax/
# The News Object
# Parameters
idstringUnique identifier for each news item
authorsstringNews Item Author's Id, some news will show multiple author's Id separated by comma. E.g.
1, 2, 3statusstringNews Item Status to classified if the news is fake or truth.
Possible values:
1for truth,2for fake newsclassificationstringNews Item fake news classification. E.g.
Fabricated ContenttitlestringTitle of the news Item
contentstringContent of the news Item
factstringAn Argument for the news Item which state the fact of the news.
referencesstringReferences Link for the news Item.
source_issuestringSource of the News Item.
source_linkstringSource of the News Item's URL.
picture1stringURL of a picture which related to the news Item.
picture2stringURL of an additional picture for the news item.
tanggalstringDate of News Item published.
tagsstringList of words which used as label for the news item, separated by comma. E.g.
tag 1, tag 2, tag 3conclusionstringNews item conclusion for public awareness.
[
{
"id": "201",
"authors": "19",
"status": "2",
"classification": "Fabricated Content",
"title": "[HOAKS] Jokowi Angkat Bicara Terkait Demo Massa #2019GantiPresiden di depan Toko Markobar",
"content": "Akun Facebook bernama Pakde Jokowi @pakdejokowiku mengunggah status dalam laman Facebook, yang isi statusnya terkait penyampaian pendapatnya terhadap aksi massa #2019GantiPresiden yang berunjuk rasa di depan gerai Markobar, Kota Barat, Solo, Minggu (1/7/2018).\r\n\r\n\r\n\r\nSeperti diketahui, Markobar merupakan bisnis kuliner yang dimiliki oleh putra sulung Jokowi Gibran Rakabuming Raka.\r\n\r\n\r\n\r\nIsi unggahan tersebut bertuliskan “Istri, anak dan keluarga, saya jauhkan dari urusan politik. Jadi kalau kalian demo ganti Presiden di depan bisnisnya Gibran, terus apa hubungannya? Demo silahkan, tapi mbok yang pinter dikit.”",
"fact": "Faktanya, akun bernama Pakde Jokowi itu bukan merupakan akun resmi dari Presiden Jokowi. Sebabnya karena akun resmi Presiden Jokowi sudah mendapat verifikasi dari Facebook dengan tanda centang biru.\r\n\r\nDilansir dari Tirto.id, hasil periksa fakta atas foto massa berkumpul dan berkaos #2019GantiPresiden yang viral di media sosial tidak tepat disebut sebagai aksi demonstrasi warung martabak Markorbar. Benar bahwa massa yang berkumpul dalam foto itu berlokasi di depan warung Markobar Jalan Dr. Moewardi, Surakarta. Kegiatannya adalah acara jalan sehat bersama dari DSKS sekaligus acara deklarasi #2019GantiPresiden.\r\n\r\nNamun, aksi #2019GantiPresiden itu tidak dimaksudkan dilakukan di warung Markobar atau sebagai kegiatan mendemo anak Jokowi.",
"references": "https://tirto.id/benarkah-massa-2019gantipresiden-mendemo-markobar-cNoh\r\n\r\n",
"source_issue": null,
"source_link": "Media Sosial Facebook https://www.facebook.com/pakdejokowiku/",
"picture1": "https://turnbackhoax.id/wp-content/uploads/2018/07/Akun-Tak-Resmi-Presiden-Jokowi.jpg",
"picture2": "",
"tanggal": "2018-07-03",
"tags": "#2019gantipresiden, jokowi, markobar",
"conclusion": null
},
// ... more news item
]
# Get News
Get news list based on selected get news method from our Global Fast-check Database.
LATEST/latest/LIMIT/API_KEYRANDOM/random/LIMIT/API_KEYBY ID/id/NEWS_ID/:id/API_KEY
SHOW
# Search News
Search News by specifying the criteria in URL path.
# URL Path Parameters
SEARCH_FIELDSearch criteria, refer to search field options for more detail.
SEARCH_VALUEThe value of search criteria
API_KEYYour API Key
# Returns
Returns list of news based on the search criteria
# Search Field Options
titleSearch news item by its title
source_linkSearch news item by source URL
contentSearch news item by content of the news
tagsSearch news item by tags applied to the news item