Skip to content

API returning old dataΒ #81

@imaginethinking

Description

@imaginethinking

Hey, I've been encountering some issues where the API is returning data which is very outdated for example if I go to the endpoint:

https://api.ashcon.app/mojang/v2/user/12d44d3d-47a4-496a-aa45-ea0ae677673b

It returns the username "HOGCYCLERBDOT" which was changed 47 days ago to a new username

{
  "uuid": "12d44d3d-47a4-496a-aa45-ea0ae677673b",
  "username": "HOGCYCLERBDOT",
  "username_history": [
    {
      "username": "HOGCYCLERBDOT"
    }
  ],
  ...........

Is there some ongoing issue with the caching time of Mojang profiles?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions