Hi guys,
This probably is a very broad (noobie) question, but would really appreciate it if someone could give me some guidance or direction to accomplish the following...
What i'm trying to achieve is to create a JSON Rest-Full API using the Adwords API TargetingIdeaService method to get suggested keywords including the search volume and average CPC in a JSON output. It's important to extract the keyword and country data via an URL, for example:
http://api.domain.com?keyword=keyword&country=us&output=JSON
Is this even possible, if so where to start?
See screenshot for example:

Thank you for your time.