Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
themacexpert committed Aug 1, 2024
1 parent 78560a4 commit 7017d8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion learn/dapps-list/dapp-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,13 @@ https://apps.moonbeam.network/api/ds/v1/app-dir/

### Query a Project {: #query-a-project}

You can retrieve all the information for a particular project by appending `/projects/INSERT_PROJECT_NAME` to the base URL. If you need clarification on the project name, you can omit the project name to retrieve data for every listed project and find the project in the response. Here's an example of querying the API for StellaSwap, which returns the project description, social media information, user counts, relevant smart contract addresses, market data, images, and more.
You can retrieve all the information for a particular project by appending `/projects/INSERT_PROJECT_NAME` to the base URL. If you need clarification on the project name, you can omit the project name as shown below to retrieve data for every listed project and find the project in the response.

```bash
https://apps.moonbeam.network/api/ds/v1/app-dir/projects
```

Here's an example of querying the API for StellaSwap, which returns the project description, social media information, user counts, relevant smart contract addresses, market data, images, and more.

```bash
https://apps.moonbeam.network/api/ds/v1/app-dir/projects/stellaswap
Expand Down

0 comments on commit 7017d8d

Please sign in to comment.