Developer Tools
MVN Repository logo

MVN Repository API

mvnrepository.com

Maven repository - Java package search, browsing, versions, and tags.

Actions
8
Category
Developer Tools
Login
Not required
Output
JSON

Call the MVN Repository API

Submit a task, then poll the job until it settles. This example runs act_mvnrepository_artifact_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mvnrepository_artifact_detail",
    "params": {
      "group_id": "io.github.bluetape4k",
      "artifact_id": "bluetape4k-logging"
    }
  }'

8 actions on mvnrepository.com

Read

  • Artifact Details

    act_mvnrepository_artifact_detailread1 credit / call

    Returns artifact detail with latest version, repository, license, and tags.

    group_id
    string · required
    artifact_id
    string · required
  • Artifact Versions List

    act_mvnrepository_artifact_versions_listread2 credits / call

    Returns an artifact's version history with release dates and coordinates.

    group_id
    string · required
    artifact_id
    string · required
  • Homepage Browse

    act_mvnrepository_homepage_browseread1 credit / call

    Returns the homepage with popular artifacts and category navigation.

  • Open Source Category

    act_mvnrepository_category_browse_open_sourceread1 credit / call

    Returns the open-source category index with subcategory and browse links.

  • Repositories Index

    act_mvnrepository_repositories_indexread1 credit / call

    Returns the repositories index with names, links, and package counts.

  • Repository Artifact Listing

    act_mvnrepository_repository_artifact_listingread2 credits / call

    Returns artifacts in a repository with summaries and links.

    repository_slug
    string · required
  • Tag Artifact Listing

    act_mvnrepository_tag_artifact_listingread2 credits / call

    Returns artifacts for a tag, with optional sorting by newest.

    tag_slug
    string · required
    sort
    string
  • Tags Index

    act_mvnrepository_tags_indexread1 credit / call

    Returns the tag index linking to topic-based artifact browse pages.

MVN Repository API questions

Is there an API for MVN Repository?
MVN Repository does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for mvnrepository.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape MVN Repository data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when mvnrepository.com changes its markup, Anakin updates the action.
Do I need a MVN Repository account?
No. Every MVN Repository action listed here runs anonymously — no account and no credentials required.
What does the MVN Repository API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Developer Tools APIs

All Developer Tools sites