{
  "name": "Unfurl",
  "tagline": "Paste a URL. See the card a page would show.",
  "publisher": "Laurel",
  "contact": "lovlace77777@gmail.com",
  "plans": {
    "free": {
      "requestsPerDay": 30,
      "unit": "UTC day per IP"
    },
    "paid": {
      "requestsPerDay": null,
      "price": "$9/mo",
      "note": "Paid API ($9/mo) opens on the same store as Forage after live payments are enabled. Pay in CNY (爱发电): https://afdian.com/a/forage. CNY ¥19/mo via Afdian. USD $9/mo after Creem live payments."
    }
  },
  "endpoints": [
    {
      "method": "GET",
      "path": "/v1/unfurl",
      "query": [
        "url"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/unfurl",
      "body": [
        "url"
      ]
    }
  ]
}