How to get both image attachment ID and url

The simplest way to do this is to change your field to return attachment ID instead of URL, and then when you need the URL, use wp_get_attachment_image_src with the ID. The only method I’m aware of to get ID from URL is with a custom SQL query.