Skip to content

bug: url_api field in news entry wrong formatted #450

@tobiasehlert

Description

@tobiasehlert

The url_api field should not start with https://+https://.

Response from API:

{
  "news": [
    {
      "id": 8273,
      "date": "2025-02-25",
      "news": "The test of the fifth vocation has started! Fansite representatives, f...",
      "category": "development",
      "type": "ticker",
      "url": "https://www.tibia.com/news/?subtopic=newsarchive&id=8273",
      "url_api": "https://+https://api.tibiadata.com/v4/news/id/8273"
    },
    ...

Seems to include all news-endpoints, except the /v4/news/id/{news_id} one.

Example URL:
https://api.tibiadata.com/v4/news/newsticker

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions