Skip to main content
HTTP

Less than 1 minuteHTTPhttp
API

affirmation.dev

https://www.affirmations.dev

Daily affirmations API to keep your mental good and healthy.

fetch('https://www.affirmations.dev')
    .then(response => response.json())
    .then(data => console.log(data));

// JSON result
/* 
{"affirmation":"Your life is already a miracle of chance waiting for you to shape its destiny"}
*/

Less than 1 minuteHTTPAPIreferencesapijs