Discover/hpoi.net API
live

hpoi.net APIhpoi.net

Search and retrieve anime figure data from Hpoi.net. Get item details, gallery images, manufacturer info, user comments, and collection counts via 6 endpoints.

Endpoints
6
Updated
14d ago
Try it
R18 filter: -1 (all), 0 (non-R18), 1 (R18)
Page number
Sort order: add (newest added), release (by release date), hot (popularity), weekhot, dayh
Search keyword
Category ID: 100 (手办), 200 (动漫模型), 300 (Doll娃娃), 400 (毛绒布偶), 500 (真实模型), 600 (GK/DIY), 100
api.parse.bot/scraper/4f2b435c-3a22-4499-85bc-34799427b3fe/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/4f2b435c-3a22-4499-85bc-34799427b3fe/search_items?page=1&keyword=%E5%88%9D%E9%9F%B3&category=100' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for collectible items in the Hpoi database with filters. Returns paginated results sorted by the specified order.

Input
ParamTypeDescription
r18integerR18 filter: -1 (all), 0 (non-R18), 1 (R18)
pageintegerPage number
orderstringSort order: add (newest added), release (by release date), hot (popularity), weekhot, dayhot, score (rating)
keywordstringSearch keyword
categoryintegerCategory ID: 100 (手办), 200 (动漫模型), 300 (Doll娃娃), 400 (毛绒布偶), 500 (真实模型), 600 (GK/DIY), 10000 (All)
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "items": "array of item objects with id, name, thumbnail, manufacturer, release_date, added_date"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "id": "123943",
          "name": "雪未来2026 收藏",
          "thumbnail": null,
          "added_date": null,
          "manufacturer": "",
          "release_date": null
        }
      ]
    },
    "status": "success"
  }
}

About the hpoi.net API

The Hpoi.net API exposes 6 endpoints for querying the Hpoi collectible anime figure database, covering item search, detailed product specs, gallery images, user comments, and manufacturer profiles. The get_item_detail endpoint returns structured attributes like scale, material, series, character, release date, and collection counts broken down by want, owned, preorder, and following — everything needed to build a figure tracker or catalog browser.

Item Search and Filtering

The search_items endpoint accepts a keyword param alongside filters for category, r18 status, and order. Category IDs cover the major collectible types tracked on Hpoi: 手办 (figures, ID 100), 动漫模型 (anime models, 200), Doll娃娃 (dolls, 300), 毛绒布偶 (plush, 400), 真实模型 (real models, 500), GK/DIY (600), and a catch-all (10000). Sort options include add, release, hot, weekhot, dayhot, and score. Results are paginated and each item in the array includes id, name, thumbnail, manufacturer, release_date, and added_date.

Item Detail and Gallery

get_item_detail takes a numeric item ID and returns the full product record: a score rating, cover images, a structured attributes object (name, series, character, material, scale, and more), and fav_counts with four distinct collection-status counts. Crucially, the response also includes a node_id string that is required as input for both get_item_comments and get_item_gallery. The get_item_gallery endpoint uses an offset parameter as an absolute image index — requesting an offset beyond the available image count returns an empty array, so iterate until the array is empty to paginate fully.

Comments and Community Data

get_item_comments accepts the node_id and an optional page number, returning deduplicated comments with author, text, and time fields. This allows tracking community sentiment and user discussion per item without any additional authentication.

Manufacturer Data

get_manufacturer_list returns all popular manufacturers with their id, name, item count, and average score — no inputs required. get_manufacturer_detail accepts a manufacturer id (for example, 18 for Good Smile Company) and a page number, returning the manufacturer's Chinese name, a description info string, and a list of highlighted items with id, name, and thumbnail. Note that these items represent featured products, not the full paginated catalog.

Common use cases
  • Build a personal anime figure collection tracker using fav_counts (want, owned, preorder, following) from get_item_detail
  • Aggregate new release announcements by polling search_items with order=release and filtering by category
  • Compare manufacturer ratings and item counts from get_manufacturer_list to analyze market share across figure makers
  • Display community sentiment for a figure by fetching paginated comments via get_item_comments using the node_id
  • Build a figure image gallery viewer by paginating get_item_gallery with the offset parameter until an empty array is returned
  • Filter and surface R18 or non-R18 figure listings separately using the r18 parameter in search_items
  • Sync a local database of figure specs (scale, material, series, character) using attributes from get_item_detail
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Hpoi.net have an official developer API?+
Hpoi.net does not publish an official public developer API or documented REST interface. This Parse API provides structured access to the data available on the site.
Why does get_item_gallery require both item_id and node_id?+
The gallery endpoint requires both parameters because they serve as a compound key identifying the item's gallery. Both values come from the get_item_detail response — the id field and the node_id field — and they must correspond to the same item. Mismatched pairs will not return valid results.
Does the API expose secondary market prices or auction listings for figures?+
Not currently. The API covers catalog data, ratings, collection counts, manufacturer info, gallery images, and user comments. Secondary market prices and auction listings are not part of any current endpoint. You can fork this API on Parse and revise it to add an endpoint targeting that data.
Is there a way to retrieve a manufacturer's full product catalog, not just featured items?+
The get_manufacturer_detail endpoint returns highlighted items for a manufacturer, not a full paginated catalog. Full catalog browsing by manufacturer is not currently exposed. You can fork this API on Parse and revise it to add a filtered search endpoint scoped to a specific manufacturer.
What does the score field in get_item_detail represent, and can it be null?+
The score field is a string representing the community rating for the item on Hpoi. It is returned as null when an item has not yet received enough ratings to display a score.
Page content last updated . Spec covers 6 endpoints from hpoi.net.
Related APIs in EntertainmentSee all →
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
Hpoi.net API – Anime Figure & Collectible Data · Parse