Dad Jokes (icanhazdadjoke) · Example Payload

Search Jokes Response

Dad JokesHumorComedyRandomJokesSlackDiscord

Search Jokes Response is an example object payload from Dad Jokes (icanhazdadjoke), with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

current_pagelimitnext_pageprevious_pageresultssearch_termstatustotal_jokestotal_pages

Example Payload

Raw ↑
{
  "current_page": 1,
  "limit": 20,
  "next_page": 2,
  "previous_page": 1,
  "results": [
    {
      "id": "R7UfaahVfFd",
      "joke": "My dog used to chase people on a bike a lot. It got so bad I had to take his bike away."
    },
    {
      "id": "0ozAXv4Mmjb",
      "joke": "Did you hear about the dog who played poker? He was a great bluffer but had a ruff time with the cards."
    }
  ],
  "search_term": "dog",
  "status": 200,
  "total_jokes": 2,
  "total_pages": 1
}