# 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.

Base URL

https://yudistira.turnbackhoax.id/Antihoax/

# The News Object

# Parameters

  • id string

    Unique identifier for each news item

  • authors string

    News Item Author's Id, some news will show multiple author's Id separated by comma. E.g. 1, 2, 3

  • status string

    News Item Status to classified if the news is fake or truth.

    Possible values: 1 for truth, 2 for fake news

  • classification string

    News Item fake news classification. E.g. Fabricated Content

  • title string

    Title of the news Item

  • content string

    Content of the news Item

  • fact string

    An Argument for the news Item which state the fact of the news.

  • references string

    References Link for the news Item.

  • source_issue string

    Source of the News Item.

  • source_link string

    Source of the News Item's URL.

  • picture1 string

    URL of a picture which related to the news Item.

  • picture2 string

    URL of an additional picture for the news item.

  • tanggal string

    Date of News Item published.

  • tags string

    List of words which used as label for the news item, separated by comma. E.g. tag 1, tag 2, tag 3

  • conclusion string

    News item conclusion for public awareness.

Response Sample
[
  {
    "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.

Get News Method List
  • LATEST /latest/LIMIT/API_KEY
  • RANDOM /random/LIMIT/API_KEY
  • BY ID /id/NEWS_ID/:id/API_KEY
SHOW

# Get Latest News

Get latest news-item addition from our Global Fast-Check Database.

# URL Path Parameters


  • LIMIT

    limit of news item to be fetched

  • API_KEY

    Your API Key

# Returns


Returns the latest list of news

GET /latest/LIMIT/API_KEY

    # Get Random News

    Get random news item with specified limit.

    # URL Path Parameters


    • LIMIT

      limit of news item to be fetched

    • API_KEY

      Your API Key

    # Returns


    Returns the latest list of news

    GET /random/LIMIT/API_KEY

      # Get News by ID

      Get specific news item by providing expected ID in the URL Path

      # URL Path Parameters


      • :ID

        ID of the news

      • API_KEY

        Your API Key

      # Returns


      Returns the latest list of news

      GET /id/:ID/API_KEY

        # Search News

        Search News by specifying the criteria in URL path.

        # URL Path Parameters


        • SEARCH_FIELD

          Search criteria, refer to search field options for more detail.

        • SEARCH_VALUE

          The value of search criteria

        • API_KEY

          Your API Key

        # Returns


        Returns list of news based on the search criteria

        # Search Field Options


        • title

          Search news item by its title

        • source_link

          Search news item by source URL

        • content

          Search news item by content of the news

        • tags

          Search news item by tags applied to the news item

        GET /SEARCH_FIELD/SEARCH_VALUE/API_KEY
          Last Updated: 8/7/2022, 1:13:16 PM