> For the complete documentation index, see [llms.txt](https://kravets.gitbook.io/enkanetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kravets.gitbook.io/enkanetwork/methods/fetchenkaprofile.md).

# fetchEnkaProfile

async function to fetch enkaProfile by username from the site.

### Params

* **`username: string`** - enka.network profile username.

### Example

{% code overflow="wrap" %}

```typescript
import { EnkaNetwork } from "enkanetwork";

const enka = new EnkaNetwork();

enka.fetchEnkaProfile("Algoinde").then(console.log); // with enka.network profile username
```

{% endcode %}

### Return

{% content-ref url="/pages/VUsmDVvy33P0r1zpuFkK" %}
[FetchEnkaProfile](/enkanetwork/models/fetcher/fetchenkaprofile.md)
{% endcontent-ref %}
