JSON Feed Validator

Check whether your feed is valid. For more information about JSON Feed, see the specification. Find the validator source code on GitHub.

GET validation response in JSON format.

Feed source

{
  "version": "https://jsonfeed.org/version/1.1",
  "user_comment": "This feed lets you know when a new note is published. Copy the following URL -- https://ckunte.net/feed.json -- and add it to your feed reader.",
  "title": "Chetan Kunté",
  "home_page_url": "https://ckunte.net",
  "feed_url": "https://ckunte.net/feed.json",
  "favicon": "https://ckunte.net/inc/favicon.svg",
  "description": "Offshore Structures Engineer, Chartered Naval Architect",
  "authors": [
    {
      "name": "Chetan Kunté",
      "url": "https://ckunte.net"
    }
  ],
  "items": [
    {
      "id": "111773e408137fa5466e6ec41e0645bd9c2eb1c9",
      "title": "Endurance gain from weld improvements",
      "url": "https://ckunte.net/2025/weld-improv",
      "content_text": "DNV has published RP-C203 Fatigue design of offshore steel structures (2025). It now covers bankable endurance1 from weld improvement techniques such as grinding, and hammer...",
      "date_published": "2025-11-16T12:10:00+08:00"
    },
    {
      "id": "51f40daeafad1a43699091cb088c501686843f13",
      "title": "python on Windows",
      "url": "https://ckunte.net/2025/python-on-windows",
      "content_text": "Setting python up on Windows 11 is needlessly complex, but it does not have to be, Microsoft’s own guide notwithstanding.<sup...",
      "date_published": "2025-11-08T17:19:00+08:00"
    },
    {
      "id": "c782cef9be4d89ae22e9cec5d0bdda4526f04f5b",
      "title": "Fish functions",
      "url": "https://ckunte.net/2025/fish-func",
      "content_text": "This is a placeholder for my commonly used fish shell functions — saved as files under ~/.config/fish/functions/. For system information: sbcinf.fish #...",
      "date_published": "2025-10-30T22:43:00+08:00"
    }
  ]
}