Search Hacker News trend in Japanese on the GPT Store
By TERUO KUNIHIROShow 2+ GPTs by TERUO KUNIHIRO
GPT Description
ユーザーの欲しい情報をHackerNewsの最新の記事から取得してタイトルを日本で表示します
GPT Prompt Starters
- AIに関するhackernewsの最新の記事を教えてください
- セキュリティに関するhackernewsの最新の記事を教えてください
GPT Action OpenAPI Spec
{
"openapi": "3.0.0",
"info": {
"title": "Hacker News API",
"description": "API for retrieving new, top, and best stories from Hacker News.",
"version": "1.0.0"
},
"servers": [
{
"url": "https://hacker-news.firebaseio.com/v0"
}
],
"paths": {
"/topstories.json": {
"get": {
"summary": "Get top stories",
"description": "Retrieve up to 500 top stories, including jobs.",
"operationId": "GetTopStories",
"responses": {
"200": {
"description": "An array of story IDs.",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "integer"
},
"example": [
9129911,
9129199,
9127761,
"..."
]
}
}
}
}
}
}
},
"/newstories.json": {
"get": {
"summary": "Get new stories",
"description": "Retrieve up to 500 new stories.",
"operationId": "GetNewStories",
"responses": {
"200": {
"description": "An array of story IDs.",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "integer"
},
"example": [
9128141,
9128264,
9127792,
"..."
]
}
}
}
}
}
}
},
"/beststories.json": {
"get": {
"summary": "Get best stories",
"description": "Retrieve best stories.",
"operationId": "GetBestStories",
"responses": {
"200": {
"description": "An array of story IDs.",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "integer"
},
"example": [
9129248,
9127092,
9128367,
"..."
]
}
}
}
}
}
}
},
"/item/{id}.json": {
"get": {
"summary": "Get a specific item",
"description": "Retrieve details of a specific item by its ID.",
"operationId": "GetASpecificItem",
"parameters": [
{
"in": "path",
"name": "id",
"required": true,
"schema": {
"type": "integer"
},
"description": "The ID of the item."
}
],
"responses": {
"200": {
"description": "Details of the specified item.",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"by": {
"type": "string"
},
"descendants": {
"type": "integer"
},
"id": {
"type": "integer"
},
"kids": {
"type": "array",
"items": {
"type": "integer"
}
},
"score": {
"type": "integer"
},
"time": {
"type": "integer"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"example": {
"by": "dhouston",
"descendants": 71,
"id": 8863,
"kids": [
8952,
9224,
8917,
"..."
],
"score": 111,
"time": 1175714200,
"title": "My YC app: Dropbox - Throw away your USB drive",
"type": "story",
"url": "http://www.getdropbox.com/u/2/screencast.html"
}
}
}
}
}
}
}
}
}
}
Search Hacker News trend in Japanese GPT FAQs
Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Search Hacker News trend in Japanese", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.

