I am trying to get the shape of country in Overpass API without the maritime limit in http://overpass-turbo.eu
And I have this query but it shows the maritime:
relation
["boundary"="administrative"]
["admin_level"="2"]
["name:en"="Spain"];
(._;>;);
out body;