Skip to content

Free JSON API and web archive for the bests things 'Roi Heenok' has ever said ...

License

Notifications You must be signed in to change notification settings

justlilian/roi-heenok-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roi-heenok-api

roi-heenok-api is a free JSON API and web archive for the bests things 'Roi Heenok' has ever said ...

'Roi Heenok' became famous in 2004 thanks to a buzz generated by his website, including many videos. In December 2007, 'Roi Heenok' announced the launch of its clothing brand, Ghetto Elegance. In 2008, he is arrested by the Montreal police for illegal possession of weapons, drugs, and a few thousand dollars and stolen clothing.

https://api-roi-heenok.web.app/

Operations

Get a random quote

PATH GET https://api-roi-heenok.herokuapp.com/random

EXAMPLE

{
    "_id": "5f9074fb94cfcea10b98ad31",
    "quote": "Concept arrogant, rime sanglant."
}

Search for quotes matching a query

PATH GET https://api-roi-heenok.herokuapp.com/search/:query

EXAMPLE GET https://api-roi-heenok.herokuapp.com/search/sarko

{
    "quotes": [
        "quote": {
            "_id": "5f90752c94cfcea10b98adac",
            "quote": "Faut se calmer là, faut se calmer avec cette m****, sinon j'vais voter...Sarkozy!"
        },
        "quote": {
            "_id": "5f90753594cfcea10b98adc3",
            "quote": "J'adore la France, j'adore la p***** de France ! Vive Sarko !"
        }
    ]
}