URL copied to clipboard

Lex’ Memoji

Rickies API

The Rickies API gives you access to different data points from the Rickies. The first one can be used via /api/chairmen.json which allows you to fetch who the current chairmen are. The response is formatted in JSON and looks like this:

{
    "keynote_chairman": {
        "name": "Federico",
        "last_name": "Viticci",
        "location": "Rome, Italy",
        "twitter": "https://twitter.com/viticci",
        "memoji": "https://rickies.co/images/memoji/memoji-federico-default.png"
    },
    "annual_chairman": {
        "name": "Myke",
        "last_name": "Hurley",
        "location": "London, UK",
        "twitter": "https://twitter.com/imyke",
        "memoji": "https://rickies.co/images/memoji/memoji-myke-default.png"
    }
}

More APIs for other data points could come in the future.

Are you using the API, or want to use it but are missing data? Please get in touch on Mastodon @lexpostma, via email or in the Relay FM members Discord.