Skip to main content
GET
/
v1
/
forensics
/
v2
/
{project_id}
Get project forensic analysis (v2)
curl --request GET \
  --url https://vcm-fyi-api.fly.dev/v1/forensics/v2/{project_id} \
  --header 'X-API-KEY: <api-key>'
{
  "project_id": "<string>",
  "entries": [
    {
      "id": 123,
      "project_id": "<string>",
      "entry_hash": "<string>",
      "date": "<string>",
      "category": "<string>",
      "source": "<string>",
      "key_event": "<string>",
      "market_impact": "<string>",
      "url": "<string>",
      "first_seen_date": "2023-12-25",
      "first_seen_week": 123,
      "first_seen_year": 123,
      "is_new_this_week": false,
      "project_name": "<string>",
      "project_country": "<string>",
      "project_proponent": "<string>",
      "project_registry": "<string>"
    }
  ],
  "memo": {
    "project_id": "<string>",
    "price_narrative": "<string>",
    "primary_risk": "<string>",
    "value_proposition": "<string>",
    "last_updated": "2023-12-25",
    "total_entries": 123,
    "future_issuance_assessment": "<string>",
    "project_operational_status": "<string>",
    "development_status": "<string>",
    "estimated_issuance_timeline": "<string>",
    "methodology_risk": "<string>",
    "quality_tier_estimate": "<string>",
    "proponent_assessment": "<string>",
    "deal_flow_signals": "<string>",
    "investment_thesis": "<string>",
    "scan_type": "<string>"
  },
  "stats": {
    "total_entries": 123,
    "new_this_week": 123,
    "last_scan_date": "2023-12-25",
    "week_number": 123,
    "year": 123
  }
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

project_id
string
required

Response

Complete forensic analysis with entries, memo, and scan statistics

Full forensic news response with entries, memo, and stats.

project_id
string
required
entries
ForensicNewsEntryResponse · object[]
required
memo
ForensicNewsMemoResponse · object
required

Response model for project memo.

stats
ForensicNewsStatsResponse · object
required

Stats about forensic news for a project.