/v1/news
College basketball news
Δοκιμάστε το ζωντανά
10 δωρεάν κλήσεις την ημέρα — χωρίς εγγραφή, χωρίς κλειδί API. Μέσω του gateway του oanor.
Δουλεύει. Πάρε ένα κλειδί API και χρησιμοποίησέ το στο έργο σου.
Λάβετε ένα κλειδί APIΑποσπάσματα κώδικα
curl "https://api.oanor.com/cbb-api/v1/news" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/cbb-api/v1/news", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/cbb-api/v1/news");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/cbb-api/v1/news",
headers={"x-oanor-key": "oanor_test_..."}
)
Παράδειγμα απόκρισης
Πραγματική απόκριση αυτού του endpoint, από τον τελευταίο έλεγχο υγείας.
{
"data": {
"count": 6,
"articles": [
{
"link": "https://www.espn.com/college-sports/story/_/id/48978492/sec-sankey-idea-super-league-not-consistent-truth",
"type": "HeadlineNews",
"image": "https://a.espncdn.com/photo/2026/0529/r1665397_600x400_3-2.jpg",
"headline": "SEC's Sankey: Idea of super league 'not consistent with the truth'",
"published": "2026-06-06T14:54:08Z",
"description": "SEC commissioner Greg Sankey called the notion that the conference wants to form a super league with the Big Ten \"not consistent with the truth.\""
},
{
"link": "https://www.espn.com/college-sports/story/_/id/48978440/ncaa-panel-tweaks-di-eligibility-proposal-vote-late-june",
"type": "HeadlineNews",
"image": "https://a.espncdn.com/photo/2014/0716/ncb_g_ncaa_court1x_600x400.jpg",
"headline": "NCAA panel tweaks D-I eligibility plan, could vote on it in late June",
"published": "2026-06-05T23:09:51Z",
"description": "The NCAA Division I cabinet put off a vote on the age-based eligibility model it is considering and instead made minor adjustments to the proposal."
},
{
"link": "https://www.espn.com/mens-college-basketball/story/_/id/48976578/ex-alabama-state-players-were-paid-fix-2024-game-ncaa-says",
"type": "HeadlineNews",
"image": "https://a.espncdn.com/photo/2025/0320/r1466972_2_1296x729_16-9.jpg",
"headline": "Ex-Alabama State players were paid to fix 2024 game, NCAA says",
"published": "2026-06-05T17:59:03Z",
"description": "The hero of Alabama State's first NCAA tournament win and three of his teammates on the 2024-25 team were ruled permanently ineligible for accepting payment from gamblers to fix the outcome of a game that season, the NCAA announced."
},
{
"link": "https://www.espn.com/nba/story/_/id/48966911/new-york-knicks-villanova-brunson-hart-bridges-championship-teammates",
"type": "Story",
"image": "https://a.espncdn.com/photo/2026/0604/r1668134_608x342_16-9.jpg",
"headline": "'Nova Knicks' looking to join exclusive list of NCAA, NBA title-winning teammates",
"published": "2026-06-05T15:56:45Z",
"description": "Just four sets of teammates to have contributed to a title together at the college level have gone on to repeat the feat in the NBA."
},
{
"link": "https://www.espn.com/college-sports/story/_/id/48966435/virginia-tech-receives-historic-75m-donation-mostly-athletics",
"type": "HeadlineNews",
"image": "https://a.espncdn.com/photo/2023/0814/r1210502_600x400_3-2.jpg",
"headline": "V
…