List of jokes in English and Indonesian 👌

Overview

Jokes API

Jokes API is a simple REST API for showing a list of jokes in English and Indonesia󠁧󠁢.

When to use

Jokes API is a free online REST API that you can use whenever you need some data for your project comedy.


Resource 📦

Jetcap comes with a set of 2 common resources :

/v1/en : 70 jokes in English
/v1/id : 70 jokes in Indonesia

Routes 📍

HTTP GET methods are supported. You can use http or https for your requests.

# Spesific Joke
GET    : /v1/en/1 until 70

# Filter Joke
GET    : /v1/en?id=1&id=2

# Get Jokes with Limit
GET    : /v1/en?_limit=20

# Get Jokes with Sort
GET    : /v1/en?_sort=id&_order=desc

# Get Jokes with Operator LIKE
GET    : /v1/en?jokes_like=pig

# Get Jokes with Operator Range
GET    : /v1/en?id_gte=1&id_lte=4
You might also like...

English version of the understand-node book

understanding-node-core This repository is for maintaining a English fork of the understand-nodejs book by @theanarkh It is written in Chinese, but in

Oct 1, 2022

This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list. it is built with the latest technology namely; JavaScript with webpack Configuration.

This

To-do-list "To-do-list" is a simple web application that displays a list of task and allows you to add and remove task from that list. Built With HTML

Nov 21, 2022

This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list

This

This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list. it is built with the latest technology including but not limited to HTML, CSS, JavaScript and webpack to manipulate DOM.

Feb 19, 2022

"To Do List" is a minimalist project that displays a list of task and allows you to add and remove task from that list. Built with JavaScript

To Do List Structure Solo programming project for module 2 week 2 of the Microverse Program. Live Demo Live Demo Link "To Do List" is a minimalist pro

Mar 5, 2022

TODO List is a simple website that displays a list of todo and allows you to add and remove todo from that list.

TODO List is a simple website that displays a list of todo and allows you to add and remove todo from that list.

Todo TODO List is a simple website that displays a list of todo and allows you to add and remove todo from that list. App Screenshot Live Demo Todo Ap

May 12, 2022

This project is about Leaderboard list app, that allows users to add score to the list and refresh the list.

This project is about Leaderboard list app, that allows users to add score to the list and refresh the list.

Leaderboard This project is about Leaderboard list app, that allows users to add score to the list and refresh the list. Built With JavaScript HTML CS

Dec 19, 2021

To-Do List project is the application for a to-do list, users can add and remove tasks from the to-do list. Mark tasks as completed.

To Do App To-Do List project is the application for a to-do list, users can add and remove tasks from the to-do list. Mark tasks as completed. Users c

Jul 21, 2022
Comments
  • New references jokes english 🎉

    New references jokes english 🎉

    Halo bro, aku ada masukan. Coba deh kunjungin website ini Referensi buat tambahan jokes' English 👌.

    Ditunggu updatenya 🤝🏻

    Originally posted by @nindaanisa in https://github.com/radespratama/jokes-api/discussions/1#discussioncomment-3672500

    opened by radespratama 0
Owner
Rades Pratama
Trying to build something. Something great and something that matters 🔥.
Rades Pratama
Holy Qur'an Telegram Bot with pagination and audio, in Indonesian language.

quran-telegram-bot Contributions are Welcome! Demo @fio_quran_bot Run Tested on Node.js v14.x.x with NPM v6.x.x, Windows 10 and Ubuntu 18.04.6 LTS. Cr

Rioze 5 Oct 21, 2022
Jaksel Script, Programming language very modern and Indonesian style

Jaksel Script Jaksel Script is a new programming language, very modern, easy to learn, using Indonesia-slang language. No programming experience requi

Rio Chandra 823 Jan 3, 2023
Rest API untuk mengumpulkan jokes receh dan meme dari Indonesia

Candaan API ?? Candaan API merupakan Rest API yang dibuat untuk mendapatkan beberapa jokes jokes receh dari Indonesia, semua data data yang ada di Can

Ardhi Putra P 57 Jan 3, 2023
Jokes API . In progress...

Jokes-Api Jokes API . In progress... Watch here: https://jokes-api-one.herokuapp.com/ Api routes: GET / return's a html GET /random_joke return's a ra

Starship Code 0 Aug 10, 2022
A little robot that tells some jokes! I can't guarantee, but it is a funny app

A little robot that tells some jokes! I can't guarantee, but it is a funny app. It works calling a joke API to get a random joke and then pass the joke to a text to speech API. All of that using Javascript, HTML and CSS. I hope you enjoy it.

Francisco Ponce 5 Jul 28, 2022
Collection of job openings from Indonesian remote-friendly companies

id-wfa ???? This project scrapes job openings from Indonesian companies that have publicly announced that they provide WFA (work-from-anywhere) perks

Jacky Efendi 74 Dec 25, 2022
This textlint rule found representations not suitable for English papers

This textlint rule found representations not suitable for English papers

SATO Yusuke 4 Mar 1, 2022
Chrome Extension to learn English through subtitles while watching YouTube.

Super-Subtitles Chrome Extension to learn English through Subtitles while watching YouTube How does it helps Non-native English speakers often tend to

null 6 Nov 11, 2022
Font-end app to test the transformer model translation from Cape Verdian Creole to English

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Roberto Carlos 5 Sep 28, 2022
Find root-affix combinations of English words.

Find root-affixes of word 查找英语单词的词根词缀组合。 查找规则 直接返回小于等于长度为 2 的单词 先获取单词原形,还原复数、比较级、过去式等单词形式 再通过穷举获得所有的词根词缀组合 然后去除不完整的组合,即该拼写组合 != 单词 在所有符合条件的组合中,比较所有组合的

null 18 Dec 22, 2022