# Simple JSON to Tag mapping

**URL:** https://community.mp3tag.de/t/simple-json-to-tag-mapping/17167
**Category:** Web Sources Discussion
**Created:** [August 21, 2015, 1:07pm UTC](https://community.mp3tag.de/t/simple-json-to-tag-mapping/17167 "2015-08-21T13:07:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![l3xuz](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/l/8edcca/32.png) [@l3xuz](https://community.mp3tag.de/u/l3xuz)
#### Post date: [August 21, 2015, 1:07pm UTC](https://community.mp3tag.de/t/simple-json-to-tag-mapping/17167/1 "2015-08-21T13:07:00Z")

</div>

Hi,

I already looked for a JSON mapping, but I can't really find one.

I have already a JSON service, which is queried by GET [http://myservice.local/service/{filename}](http://myservice.local/service/%7Bfilename%7D)

So I put the filename in my GET query and i get a JSON

```
{
  "ALBUM": "foo",
  "ARTIST": "bar",
  ...
}

```

How do I handle that in MP3Tag?

Thanks a lot

Greetz Alex
