API Docs

Integrate Global Fast-Check Database in your Application

Prerequisites

You should have your own API Key by requesting assistance to our support service at https://turnbackhoax.id/tentang-kami/kontak-kami/arrow-up-right

Base URL

All API Request basically will have to go through base URL

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

Methods

There are several available method which can be used to fetch articles from our Global Hoax Database API.

Latest

GET https://yudistira.turnbackhoax.id/Antihoax/latest/5/[YOUR API KEY]

Get latest articles with specified limit

Path Parameters

Name
Type
Description

latest

string

The specified method in use

5

number

The limit of articles count to show

Random

GET https://yudistira.turnbackhoax.id/Antihoax/random/5/[YOUR API KEY]

Get random articles with specified limit

Path Parameters

Name
Type
Description

random

string

The specified method in use

5

string

The limit of articles count to show

Single Article

GET https://yudistira.turnbackhoax.id/Antihoax/id/396/[YOUR API KEY]

Get single article by its Id

Path Parameters

Name
Type
Description

id

string

The specified method in use

396

string

The Article ID to be got

Search By Field

GET https://yudistira.turnbackhoax.id/Antihoax/[Field Name]/[Field Value]/[YOUR API KEY]

Get list of articles by searching text on the specified field

Path Parameters

Name
Type
Description

Field Name

string

Field Name for lookup. Accepted value are: title, source_link, content and tags

Field Value

string

Text contains in the value of the field

Response Schema Data

The schema represent each article data model

Parameter

Field Type

Description

id

string

Article's Id

authors

string

Authors' Id separated by comma

status

string

1 for true, 2 for false

classification

string

Article's classification

title

string

Article's Title

content

string

Article's Narration

fact

string

Article's Fact as a way to Aprrove/Debunk the narration

references

string

List of web link as references

source_issue

string

Source of the Article

source_link

string

URL of the source

picture1

string

Contains URL of the picture saved as string

picture2

string

Additional Picture of picture1, it contains URL of the picture

tanggal

string

Date of article published

tags

string

List of word which act as label for the Article, separted by Comma

conclusion

string

Article's conclusion related to the narration

Last updated