/v1/newest
Newest stories
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/lobsters-api/v1/newest" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/lobsters-api/v1/newest", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/lobsters-api/v1/newest");
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/lobsters-api/v1/newest",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"count": 25,
"total": 25,
"stories": [
{
"url": "https://www.codingwithjesse.com/blog/rockstar-developers/",
"tags": [
"practices"
],
"score": 2,
"title": "Cleaning up after AI rockstar developers",
"short_id": "uvwcdo",
"submitter": "jesseskinner",
"created_at": "2026-06-08T21:32:38.000-05:00",
"description": null,
"comments_url": "https://lobste.rs/s/uvwcdo/cleaning_up_after_ai_rockstar_developers",
"lobsters_url": "https://lobste.rs/s/uvwcdo",
"comment_count": 0
},
{
"url": "https://arxiv.org/html/2409.05351",
"tags": [
"compsci",
"plt"
],
"score": 0,
"title": "𝜇𝜆ϵ𝛿-Calculus: Self Optimizing Language that Seems to Exhibit Paradoxical Transfinite Cognitive Capabilities",
"short_id": "ta3ipk",
"submitter": "veqq",
"created_at": "2026-06-08T20:12:27.000-05:00",
"description": null,
"comments_url": "https://lobste.rs/s/ta3ipk/calculus_self_optimizing_language_seems",
"lobsters_url": "https://lobste.rs/s/ta3ipk",
"comment_count": 1
},
{
"url": "https://arstechnica.com/security/2026/06/for-the-2nd-time-in-weeks-microsoft-packages-laced-with-credential-stealer/",
"tags": [
"security"
],
"score": 2,
"title": "For the 2nd time in weeks, Microsoft packages laced with credential stealer",
"short_id": "ryxjww",
"submitter": "ashishb",
"created_at": "2026-06-08T20:10:41.000-05:00",
"description": null,
"comments_url": "https://lobste.rs/s/ryxjww/for_2nd_time_weeks_microsoft_packages",
"lobsters_url": "https://lobste.rs/s/ryxjww",
"comment_count": 0
},
{
"url": "https://www.youtube.com/watch?v=onKTVMmy-sA",
"tags": [
"games",
"retrocomputing",
"video"
],
"score": 1,
"title": "DOOM on Neo Geo progress",
"short_id": "yc2eai",
"submitter": "FedericoSchonborn",
"created_at": "2026-06-08T20:04:04.000-05:00",
"description": null,
"comments_url": "https://lobste.rs/s/yc2eai/doom_on_neo_geo_progress",
"lobsters_url": "https://lobste.rs/s/yc2eai",
"comment_count": 0
},
{
"url": "https://self-service.mirdin.com/s
…