API Docs
DocsGithubSupportMeroku Protocol
  • About
  • API reference
    • Dapp
      • DeleteApp
      • Upload
      • Build
      • Rate
      • SearchById
      • Categories
    • Store
      • Featured
        • Dapps
      • DeleteStore
      • BannedDapps
      • Dapp
      • Title
        • /
    • App
      • Installed
      • InstallUrl
    • O
      • View
      • Download
    • Domainverification
      • GetVerificationId
      • Verify
    • Api
      • V1
        • Dapp
          • Search
          • Autocomplete
  • Specification
  • SDK
    • NodeJS
  • ../Meroku Docs
Powered by GitBook
On this page
  1. API reference
  2. Dapp

SearchById

PreviousRateNextCategories

Last updated 2 years ago

Search DApp By Dapp Id

get
Query parameters
dappIdstringRequired
Responses
200
successful operation
application/json
get
GET /dapp/searchById HTTP/1.1
Host: api-a.meroku.store
Accept: */*
200

successful operation

{
  "name": "My Cool NFT Creator dApp",
  "description": "A really cool NFT Creator dApp",
  "appUrl": "https://www.example.com",
  "images": {
    "logo": "https://example.com/logo.png",
    "banner": "https://www.example.com/banner.png",
    "screenshots": [
      "https://www.example.com/screenshot_1.png",
      "https://www.example.com/screenshot_2.png"
    ]
  },
  "repoUrl": "https://example.com",
  "dappId": "example.store.dapp",
  "minAge": 13,
  "isForMatureAudience": false,
  "isSelfModerated": true,
  "language": "en",
  "version": "0.1.0",
  "isListed": true,
  "listDate": "2021-11-13",
  "availableOnPlatform": [
    "web"
  ],
  "geoRestrictions": {
    "allowedCountries": [
      "US",
      "IN"
    ],
    "blockedCountries": [
      "CN"
    ]
  },
  "developer": {
    "legalName": "John Doe & Sons",
    "logo": "https://www.example.com/logo_small.png",
    "website": "https://www.example.com",
    "privacyPolicyUrl": "https://www.example.com/privacy",
    "support": {
      "url": "https://www.example.com/support",
      "email": "support@example.com"
    },
    "githubID": "r488it"
  },
  "tags": [
    "nft maker"
  ],
  "chains": [
    1,
    137
  ],
  "category": "books",
  "walletApiVersion": [
    "v1",
    "v2"
  ],
  "downloadBaseUrls": [
    {
      "url": "https://ipfs.io/ipfs/qWEWEFDVSDVERGREqdyqqgQWEVSDWWDVW?filename=packageId.apk",
      "platform": "android",
      "architecture": "ARMv7-A",
      "minVersion": "11.0.0",
      "maxVersion": "14.0.0",
      "screenDPI": "text",
      "packageId": "com.packageid.app"
    }
  ],
  "contracts": [
    {
      "chainId": 1,
      "address": 0
    }
  ],
  "metrics": {
    "dappId": "mint.buidl.dapp",
    "downloads": 122872,
    "installs": 120293,
    "uninstalls": 726,
    "ratingsCount": 6872,
    "visits": 283633,
    "rating": 2.34
  }
}