Misc

Programmer Today in History

0calls
Free

Curious what happened on this day in programming history? This endpoint answers that question.

GET
uapis.cn
/api/v1/history/programmer/today

Overview

An AI-assisted pipeline curates events related to programming and computer science from a large pool of historical events. Each event has an importance score and a relevance score so the most meaningful items surface first.

Response

200 / OK

Success. Returns the programmer-history events for today.

JSON
{
  "message": "Success",
  "date": "04-04",
  "events": [
    {
      "year": 1975,
      "title": "Microsoft 公司成立",
      "description": "比尔·盖茨和保罗·艾伦在美国新墨西哥州阿尔伯克基创立微软公司",
      "category": "公司创立",
      "importance": 9,
      "relevance_score": 0.95,
      "url": "https://zh.wikipedia.org/wiki/微软"
    }
  ]
}

500 / Internal Server Error

Internal server error.

JSON
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "Failed to fetch programmer history events."
}