This worker fixes GoComics embeds in Discord.
Before sending a www.gocomics.com link, add fx like so:
You can also replace www. with d. to link directly to the comic image, with no embed:
On the main public instance, API routes are only available on the fxgocomics.com host for cache purposes (do not include www. or d.).
When the :comic parameter is present, use the name of the comic as present in e.g. strip URLs.
GET /api/v1/comics/:comic/strips/:date
Returns information for an individual strip. :date must be formatted as YYYY-MM-DD.
2025-06-11: If you notice that you are receiving the latest strip when you requested an earlier date (or some other manner of unintended effect), please do the following:
- Report it to me in the Peanuts server
- Try using
?rsc=trueto use the alternate parsing method. The data is formatted slightly differently but it should still be usable.
GET /api/v1/comics/:comic
Returns information from the "about" page of the comic series.