---
title: "GET /jod"
method: GET
path: "/jod"
tags: ["jod"]
---

# GET /jod

`GET /jod`

Gets `Joke of the Day`.
Optional `category` param determines
the category of returned joke of the day

## Query parameters

- `category` string, string

## Response `200`

200  response

- JokeOfTheDayResponse
  - `success` string — Metadata about this successful call
  - `contents` object
    - `jokes` JokeOfTheDay[] — List of jokes
      - `author` string — Author name of joke.
      - `title` string, required — Title of the Joke.
      - `joke` string, required — The Joke.
      - `tags` string[] — Array of tags/categories.
      - `id` string — Unique identifier representing a specific joke in jokes.one.
      - `image` string — Image URL that can be used for background to display this joke.
      - `length` integer — Length of the joke string.
      - `date` string, required — Date this joke of the day belongs to

---

[API](https://skmtc.dev/jokes/apis/jokes-one-api.md) · [All operations](https://skmtc.dev/jokes/apis/jokes-one-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jokes/jokes-one-api/revisions/fb8b9f02758b/schema)
