1
0
mirror of synced 2026-01-29 04:02:20 -05:00
Files
airbyte/airbyte-integrations/connectors/source-xkcd/bootstrap.md
sarafonseca f080d4de94 🎉 New Source: xkcd [python cdk] (#18049)
* Add new source: xkcd

* Add documentation for xckd connector

* Fix unit test test_parse_response

* Fix xkcd changelog

* Improve iteration method

* Update tests test_next_page_token and test_parse_response

* add timeout for full read

* add seed config and eof

* correct source def id

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-21 23:26:12 -03:00

765 B

xkcd

Overview

xkcd is a webcomic created in 2005 by American author Randall Munroe. The comic's tagline describes it as "a webcomic of romance, sarcasm, math, and language". Munroe states on the comic's website that the comic's name is not an initialism but "just a word with no phonetic pronunciation."

Endpoints

xkcd API has only one endpoint that responds with the comic metadata.

Quick Notes

  • This is an open API, which means no credentials are necessary to access this data.
  • This API doesn't accept query strings or POST params. The only way to iterate over the comics is through different paths, passing the comic number (https://xkcd.com/{comic_num}/json.html).

API Reference

The API reference documents: https://xkcd.com/json.html