Ok I did some searching and everything I saw involved loops, but I don't think it would really require on. I'm trying to get the 'href' value which appears to be within an array in the initial array:
Trying to access data in an array that has an embedded array how do I get [actions][href] ?:
["domains"]=>
  array(1) {
    [0]=>
    array(5) {
      ["resource"]=>
      string(96) "xxxx"
      ["name"]=>
      string(34) "yyyy"
      ["type"]=>
      string(9) "Blacklist"
      ["count"]=>
      int(2672)
      ["actions"]=>
      array(1) {
        [0]=>
        array(1) {
          ["download"]=>
          array(2) {
            ["href"]=>
            string(105) "WANT THIS VALUE"
            ["method"]=>
            string(3) "GET"
