Skip to main content
GET
/
v1
/
detail
/
{slug}
Get Detail
curl --request GET \
  --url https://api.agentpowers.ai/v1/detail/{slug}
{
  "source": "<string>",
  "slug": "<string>",
  "title": "<string>",
  "description": "<string>",
  "long_description": "<string>",
  "category": "<string>",
  "type": "<string>",
  "price_cents": 0,
  "currency": "<string>",
  "version": "<string>",
  "security_status": "<string>",
  "security_score": 123,
  "trust_level": "<string>",
  "download_count": 123,
  "view_count": 0,
  "install_count": 0,
  "published_at": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>",
  "archived_at": "<string>",
  "author": {
    "display_name": "<string>",
    "github_username": "<string>",
    "display_name_slug": "<string>",
    "avatar_url": "<string>",
    "verified": false
  },
  "source_url": "<string>",
  "source_downloads": 123,
  "source_stars": 123,
  "source_comments": 123,
  "source_versions_count": 123,
  "source_installs": 123,
  "rating_average": 123,
  "rating_count": 0,
  "ap_security_status": "<string>",
  "ap_security_score": 123,
  "ap_scan_hash": "<string>",
  "ap_scanned_at": "<string>"
}

Path Parameters

slug
string
required

Query Parameters

source
string | null

Response

Successful Response

source
string
required
slug
string
required
title
string
required
description
string
required
long_description
string | null
category
string | null
type
string | null
price_cents
integer
default:0
currency
string | null
version
string | null
security_status
string | null
security_score
integer | null
trust_level
string | null
download_count
integer | null
view_count
integer
default:0
install_count
integer
default:0
published_at
string | null
created_at
string | null
updated_at
string | null
archived_at
string | null
author
AuthorSummary · object
source_url
string | null
source_downloads
integer | null
source_stars
integer | null
source_comments
integer | null
source_versions_count
integer | null
source_installs
integer | null
rating_average
number | null
rating_count
integer
default:0
ap_security_status
string | null
ap_security_score
integer | null
ap_scan_hash
string | null
ap_scanned_at
string | null